File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
AspNetCore.Utilities.CloudStorage.Tests
AspNetCore.Utilities.CloudStorage Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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 : 8 .0.x
2525
2626 - name : Install GitVersion
2727 uses : gittools/actions/gitversion/setup@v3.0.0
Original file line number Diff line number Diff line change 2020 - name : Ensure .NET Installed
2121 uses : actions/setup-dotnet@v4
2222 with :
23- dotnet-version : 6 .0.x
23+ dotnet-version : 8 .0.x
2424
2525 - name : Install GitVersion
2626 uses : gittools/actions/gitversion/setup@v3.0.0
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 >net8 .0</TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <PropertyGroup >
22- <TargetFramework >net6 .0</TargetFramework >
22+ <TargetFramework >net8 .0</TargetFramework >
2323 <RootNamespace >ICG.AspNetCore.Utilities.CloudStorage</RootNamespace >
2424 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2525 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
3939 <ItemGroup >
4040 <PackageReference Include =" Azure.Storage.Blobs" Version =" 12.10.0" />
4141 <PackageReference Include =" ICG.NetCore.Utilities" Version =" 6.0.0" />
42- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0" />
42+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.0" />
4343 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
4444 <PrivateAssets >all</PrivateAssets >
4545 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments