From 0abcec127cc9074fed635971bfd3b9e05e589197 Mon Sep 17 00:00:00 2001 From: 0xd4d Date: Wed, 11 Nov 2020 00:04:50 +0100 Subject: [PATCH] Change netcoreapp3.1 -> net5.0 --- .github/workflows/build.yml | 6 +++--- build/build-dotnet | 2 +- src/csharp/Intel/Generator/Generator.csproj | 2 +- src/csharp/Intel/Iced.UnitTests/Iced.UnitTests.csproj | 2 +- .../Intel/IcedFuzzer/IcedFuzzer.Core/IcedFuzzer.Core.csproj | 2 +- src/csharp/Intel/IcedFuzzer/IcedFuzzer/IcedFuzzer.csproj | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67cbc45c2..fb2a91ee9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ on: types: [released] env: - CI_REQ_DOTNET_SDK_VER: 3.1.100 + CI_REQ_DOTNET_SDK_VER: 5.0.100 CI_NODE_MIN_VER: 10.0.0 RUSTFLAGS: -D warnings @@ -58,7 +58,7 @@ jobs: if: github.ref == 'refs/heads/master' with: name: coverage.info - path: src/csharp/Intel/Iced.UnitTests/coverage.netcoreapp3.1.info + path: src/csharp/Intel/Iced.UnitTests/coverage.net5.0.info if-no-files-found: error - name: Upload coverage report @@ -68,7 +68,7 @@ jobs: run: | curl https://codecov.io/bash -o codecov chmod +x codecov - ./codecov -f src/csharp/Intel/Iced.UnitTests/coverage.netcoreapp3.1.info + ./codecov -f src/csharp/Intel/Iced.UnitTests/coverage.net5.0.info env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}} diff --git a/build/build-dotnet b/build/build-dotnet index 5821a1b73..a7650980a 100755 --- a/build/build-dotnet +++ b/build/build-dotnet @@ -13,7 +13,7 @@ if [ "$OSTYPE" = "msys" ]; then else is_windows=n fi -net_tfm="netcoreapp3.1" +net_tfm="net5.0" net_std="netstandard2.0" net_framework_tfm="net48" xunit_version="2.4.1" diff --git a/src/csharp/Intel/Generator/Generator.csproj b/src/csharp/Intel/Generator/Generator.csproj index 16655a424..aba0d2d4f 100644 --- a/src/csharp/Intel/Generator/Generator.csproj +++ b/src/csharp/Intel/Generator/Generator.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 false enable diff --git a/src/csharp/Intel/Iced.UnitTests/Iced.UnitTests.csproj b/src/csharp/Intel/Iced.UnitTests/Iced.UnitTests.csproj index b96e7e244..a52276c3b 100644 --- a/src/csharp/Intel/Iced.UnitTests/Iced.UnitTests.csproj +++ b/src/csharp/Intel/Iced.UnitTests/Iced.UnitTests.csproj @@ -1,7 +1,7 @@ - net48;netcoreapp3.1 + net48;net5.0 false diff --git a/src/csharp/Intel/IcedFuzzer/IcedFuzzer.Core/IcedFuzzer.Core.csproj b/src/csharp/Intel/IcedFuzzer/IcedFuzzer.Core/IcedFuzzer.Core.csproj index 1e76a12aa..3b46a511b 100644 --- a/src/csharp/Intel/IcedFuzzer/IcedFuzzer.Core/IcedFuzzer.Core.csproj +++ b/src/csharp/Intel/IcedFuzzer/IcedFuzzer.Core/IcedFuzzer.Core.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 false enable diff --git a/src/csharp/Intel/IcedFuzzer/IcedFuzzer/IcedFuzzer.csproj b/src/csharp/Intel/IcedFuzzer/IcedFuzzer/IcedFuzzer.csproj index 91d18eb7d..bbd694f76 100644 --- a/src/csharp/Intel/IcedFuzzer/IcedFuzzer/IcedFuzzer.csproj +++ b/src/csharp/Intel/IcedFuzzer/IcedFuzzer/IcedFuzzer.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 false enable