File tree Expand file tree Collapse file tree
samples/NetCore.Utilities.SpreadsheetExample
NetCore.Utilities.Spreadsheet.Tests
NetCore.Utilities.Spreadsheet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Ensure .NET Installed
2222 uses : actions/setup-dotnet@v5
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.2.1
5353 with :
5454 java-version : 17
5555 distribution : zulu
56+ - name : Ensure .NET Installed
57+ uses : actions/setup-dotnet@v5
58+ with :
59+ dotnet-version : 9.0.x
5660 - uses : actions/checkout@v5
5761 with :
5862 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
Original file line number Diff line number Diff line change 2020 - name : Ensure .NET Installed
2121 uses : actions/setup-dotnet@v5
2222 with :
23- dotnet-version : 6 .0.x
23+ dotnet-version : 9 .0.x
2424
2525 - name : Install GitVersion
2626 uses : gittools/actions/gitversion/setup@v3.2.1
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net6 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" DocumentFOrmat.OpenXml" Version =" 2.16.0" />
10- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0" />
10+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.0" />
1111 </ItemGroup >
1212
1313 <ItemGroup >
1414 <Reference Include =" NetCore.Utilities.Spreadsheet" >
15- <HintPath >..\..\src\NetCore.Utilities.Spreadsheet\bin\Debug\net6 .0\NetCore.Utilities.Spreadsheet.dll</HintPath >
15+ <HintPath >..\..\src\NetCore.Utilities.Spreadsheet\bin\Debug\net9 .0\NetCore.Utilities.Spreadsheet.dll</HintPath >
1616 </Reference >
1717 </ItemGroup >
1818
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >ICG.NetCore.Utilities.Spreadsheet.Tests</RootNamespace >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <RootNamespace >ICG.NetCore.Utilities.Spreadsheet</RootNamespace >
66 <GenerateDocumentationFile >true</GenerateDocumentationFile >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
3535
3636 <ItemGroup >
3737 <PackageReference Include =" DocumentFormat.OpenXml" Version =" 2.16.0" />
38- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0" />
38+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 9 .0.0" />
3939 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
4040 <PrivateAssets >all</PrivateAssets >
4141 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments