File tree Expand file tree Collapse file tree
src/GitHubCostVisualizer.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Ensure .NET Installed
2424 uses : actions/setup-dotnet@v4
2525 with :
26- dotnet-version : 6 .0.x
26+ dotnet-version : 9 .0.x
2727
2828 - name : Install GitVersion
2929 uses : gittools/actions/gitversion/setup@v3.1.1
Original file line number Diff line number Diff line change 2121 - name : Ensure .NET Installed
2222 uses : actions/setup-dotnet@v4
2323 with :
24- dotnet-version : 6 .0.x
24+ dotnet-version : 9 .0.x
2525
2626 - name : Install GitVersion
2727 uses : gittools/actions/gitversion/setup@v3.1.1
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments