File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v4
2121 with :
22- dotnet-version : 9 .0.x
22+ dotnet-version : 10 .0.x
2323 - name : Restore dependencies
2424 run : dotnet restore
2525 working-directory : src
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 : 10 .0.x
1919
2020 - uses : nowsprinting/check-version-format-action@v3
2121 id : version
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <PackAsTool >true</PackAsTool >
You can’t perform that action at this time.
0 commit comments