File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : ' Setup .NET'
2+ description : ' Setup .NET SDK using global.json configuration'
3+
4+ runs :
5+ using : ' composite'
6+ steps :
7+ - name : Setup .NET
8+ uses : actions/setup-dotnet@v5
9+ with :
10+ global-json-file : global.json
Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v5
3535 - name : Setup .NET
36- uses : actions/setup-dotnet@v5
37- with :
38- dotnet-version : 8.x
36+ uses : ./.github/actions/setup-dotnet
3937 - name : Setup Dependency Caching
4038 uses : actions/cache@v4
4139 id : nuget-cache
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v5
21- with :
22- dotnet-version : 8.0
20+ uses : ./.github/actions/setup-dotnet
2321 - name : Setup Dependency Caching
2422 uses : actions/cache@v4
2523 id : nuget-cache
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <PackAsTool >true</PackAsTool >
77 <ToolCommandName >ListingManager</ToolCommandName >
88 <RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 9.0.0" ,
4+ "rollForward" : " latestMinor"
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments