File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
src/LeetcodeDailyChallengeReminder
test/LeetcodeDailyChallengeReminder.Tests Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v4
1717 with :
18- dotnet-version : 9 .0.x
18+ dotnet-version : 8 .0.x
1919 - name : Restore dependencies
2020 run : dotnet restore
2121 - name : Build
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v4
1717 with :
18- dotnet-version : 9 .0.x
18+ dotnet-version : 8 .0.x
1919 - name : Restore dependencies
2020 run : dotnet restore
2121 - name : Build
2222 run : dotnet build --no-restore
2323 - name : Test
24- run : dotnet test --no-build --verbosity normal
24+ run : dotnet test --no-build --verbosity normal
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Library</OutputType >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
Original file line number Diff line number Diff line change 1212 ]
1313 },
1414 "Properties": {
15- "Runtime": "dotnet9 ",
15+ "Runtime": "dotnet8 ",
1616 "CodeUri": ".",
1717 "MemorySize": 512,
1818 "Timeout": 30,
4141 ]
4242 },
4343 "Properties": {
44- "Runtime": "dotnet9 ",
44+ "Runtime": "dotnet8 ",
4545 "CodeUri": ".",
4646 "MemorySize": 512,
4747 "Timeout": 30,
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net9 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
66 <IsTestProject >true</IsTestProject >
You can’t perform that action at this time.
0 commit comments