File tree Expand file tree Collapse file tree
NosCore.PathFinder.Benchmark/NosCore.PathFinder.Benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup .NET
1717 uses : actions/setup-dotnet@v1
1818 with :
19- dotnet-version : 5 .0.x
19+ dotnet-version : 6 .0.x
2020
2121 - name : Check Tag
2222 id : check-tag
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ extraction:
22 csharp :
33 index :
44 dotnet :
5- version : " 3.1.202 "
5+ version : " 6.0.100 "
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net5 .0</TargetFramework >
5+ <TargetFramework >net6 .0</TargetFramework >
66 <TieredCompilation >true</TieredCompilation >
77 <LangVersion >latest</LangVersion >
88 <Nullable >enable</Nullable >
1414
1515 <ItemGroup >
1616 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
17- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 5 .0.0" />
18- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 5 .0.0" />
17+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6 .0.0" />
18+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 6 .0.0" />
1919 <PackageReference Include =" NetEscapades.Configuration.Yaml" Version =" 2.1.0" />
2020 <PackageReference Include =" NosCore.Dao" Version =" 1.7.4" />
2121 <PackageReference Include =" NosCore.Shared" Version =" 1.14.4" />
22- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 5 .0.7 " />
22+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 6 .0.0 " />
2323 <PackageReference Include =" OpenTK.NetStandard" Version =" 1.0.5.32" />
2424 </ItemGroup >
2525
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <LangVersion >latest</LangVersion >
66 <ApplicationIcon >favicon.ico</ApplicationIcon >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2828
2929 <ItemGroup >
3030 <PackageReference Include =" Mapster" Version =" 7.2.0" />
31- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5 .0.9 " />
32- <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 5 .0.0" />
31+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6 .0.0 " />
32+ <PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 6 .0.0" />
3333 <PackageReference Include =" Serilog" Version =" 2.10.0" />
3434 <PackageReference Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
3535 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" ApprovalTests" Version =" 5.7.0 " />
11- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 5 .0.9 " />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.11 .0" />
10+ <PackageReference Include =" ApprovalTests" Version =" 5.7.1 " />
11+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6 .0.0 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.0 .0" />
1313 <PackageReference Include =" Moq" Version =" 4.16.1" />
14- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.5 " />
15- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.5 " />
14+ <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.7 " />
15+ <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.7 " />
1616 </ItemGroup >
1717
1818 <ItemGroup >
You can’t perform that action at this time.
0 commit comments