From 9be59ec559b4ac631632e74e2400baecab38b162 Mon Sep 17 00:00:00 2001 From: erwan-joly Date: Wed, 17 Nov 2021 18:24:01 +1300 Subject: [PATCH] add dotnet 6 --- .github/dependabot.yml | 7 +++++++ .github/workflows/dotnet.yml | 2 +- lgtm.yml | 2 +- src/NosCore.Algorithm/NosCore.Algorithm.csproj | 6 +++--- .../NosCore.Algorithm.Tests.csproj | 12 ++++++------ 5 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f7ea180 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 50 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d72343d..22f4350 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Check Tag id: check-tag diff --git a/lgtm.yml b/lgtm.yml index 7e4e18f..f99eaee 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -2,4 +2,4 @@ extraction: csharp: index: dotnet: - version: "5.0.100" + version: "6.0.100" diff --git a/src/NosCore.Algorithm/NosCore.Algorithm.csproj b/src/NosCore.Algorithm/NosCore.Algorithm.csproj index 7323757..0108c58 100644 --- a/src/NosCore.Algorithm/NosCore.Algorithm.csproj +++ b/src/NosCore.Algorithm/NosCore.Algorithm.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 true latest favicon.ico @@ -13,7 +13,7 @@ https://github.com/NosCoreIO/NosCore.Algorithm.git nostale, noscore, nostale private server source, nostale emulator - 0.6.3 + 1.0.0 false NosCore's Algorithm GPL-3.0-only @@ -27,7 +27,7 @@ - + diff --git a/test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj b/test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj index 5d32f4f..fd87116 100644 --- a/test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj +++ b/test/NosCore.Algorithm.Tests/NosCore.Algorithm.Tests.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 true false enable @@ -12,11 +12,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive