diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505eb92..9daea5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: git tag --list - uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.201' + dotnet-version: '5.0.100' source-url: https://nuget.pkg.github.com/elastic/index.json env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/Directory.Build.props b/Directory.Build.props index d3503b2..7b8bd0a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,7 @@ true - + \ No newline at end of file diff --git a/build/scripts/scripts.fsproj b/build/scripts/scripts.fsproj index aa2301a..b0377d4 100644 --- a/build/scripts/scripts.fsproj +++ b/build/scripts/scripts.fsproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 false diff --git a/dotnet-tools.json b/dotnet-tools.json index 1c22fb5..6da0302 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -3,25 +3,25 @@ "isRoot": true, "tools": { "minver-cli": { - "version": "2.2.0", + "version": "2.3.1", "commands": [ "minver" ] }, "assembly-differ": { - "version": "0.12.5", + "version": "0.13.0", "commands": [ "assembly-differ" ] }, "release-notes": { - "version": "0.2.3", + "version": "0.3.0", "commands": [ "release-notes" ] }, "nupkg-validator": { - "version": "0.3.1", + "version": "0.4.0", "commands": [ "nupkg-validator" ] diff --git a/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj b/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj index bb57527..778ede3 100644 --- a/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj +++ b/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0 + net5.0 False diff --git a/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj b/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj index c944dab..97cdef3 100644 --- a/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj +++ b/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0;net461 + net5.0;net461 False diff --git a/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj b/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj index ca8909c..665d3b1 100644 --- a/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj +++ b/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0;net461 + net5.0;net461 False diff --git a/examples/ScratchPad/ScratchPad.csproj b/examples/ScratchPad/ScratchPad.csproj index ff41285..7462b94 100644 --- a/examples/ScratchPad/ScratchPad.csproj +++ b/examples/ScratchPad/ScratchPad.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.0 + net5.0 False diff --git a/global.json b/global.json index cc4d115..2cb2ac9 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.1.200" + "version": "5.0.100" } } \ No newline at end of file diff --git a/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj b/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj index f8307be..f34599c 100644 --- a/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj +++ b/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.0 + net5.0 False False