From 6e734492d81c2104c6f96f6646e79a4881c9b71f Mon Sep 17 00:00:00 2001 From: Spencer Farley <2847259+farlee2121@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:13:41 -0600 Subject: [PATCH] Update .net SDK version to 8.0.100 This can allow more recent language features, at least in the test project --- .github/workflows/build.yml | 2 +- System.Resources.NetStandard.sln | 1 + Tests/System.Resources.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4716cdb..6a3fd56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.101 + dotnet-version: 8.0.100 - name: Install dependencies run: dotnet restore - name: Build diff --git a/System.Resources.NetStandard.sln b/System.Resources.NetStandard.sln index e6272c5..cd72121 100644 --- a/System.Resources.NetStandard.sln +++ b/System.Resources.NetStandard.sln @@ -10,6 +10,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Resources.NetStandar EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22B0DAA0-D080-4A95-99F2-6EDC8F0D5E7B}" ProjectSection(SolutionItems) = preProject + .github\workflows\build.yml = .github\workflows\build.yml Directory.Build.props = Directory.Build.props EndProjectSection EndProject diff --git a/Tests/System.Resources.Tests.csproj b/Tests/System.Resources.Tests.csproj index 854ad7f..e46a6e2 100644 --- a/Tests/System.Resources.Tests.csproj +++ b/Tests/System.Resources.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net8 false