File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 6 .0.100 " ,
3+ "version" : " 7 .0.201 " ,
44 "rollForward" : " latestPatch" ,
55 "allowPrerelease" : false
66 }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5 .0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7 .0</TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Buildalyzer" Version =" 3.2.3 " />
10- <PackageReference Include =" MinVer" Version =" 2.5 .0" >
9+ <PackageReference Include =" Buildalyzer" Version =" 5.0.0 " />
10+ <PackageReference Include =" MinVer" Version =" 4.3 .0" >
1111 <PrivateAssets >all</PrivateAssets >
1212 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1313 </PackageReference >
14- <PackageReference Include =" NuGet.ProjectModel" Version =" 5.11 .0" />
15- <PackageReference Include =" NuGet.Resolver" Version =" 5.11 .0" />
14+ <PackageReference Include =" NuGet.ProjectModel" Version =" 6.5 .0" />
15+ <PackageReference Include =" NuGet.Resolver" Version =" 6.5 .0" />
1616
1717 <!--
1818 Explicitly disable warning for implicit dependency as done in the parent library (Buildalyzer) here:
1919 https://github.com/daveaglick/Buildalyzer/blob/e30d44755ad17e8abf3efb53acc4a5d4f5a77ea7/src/Buildalyzer/Buildalyzer.csproj#L22-L24 -->
20- <PackageReference Include =" Microsoft.Build" Version =" 16.10.0 " >
20+ <PackageReference Include =" Microsoft.Build" Version =" 17.3.2 " >
2121 <NoWarn >NU1701</NoWarn >
2222 </PackageReference >
2323 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5.0;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7 .0</TargetFrameworks >
55 <ToolCommandName >dotnet-depends</ToolCommandName >
66 <PackAsTool >True</PackAsTool >
77 <OutputType >Exe</OutputType >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 3.1.8 " />
20- <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 3 .0.0 " />
21- <PackageReference Include =" Terminal.Gui" Version =" 1.3.1 " />
22- <PackageReference Include =" MinVer" Version =" 2 .3.1 " >
19+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7.0.0 " />
20+ <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 4 .0.2 " />
21+ <PackageReference Include =" Terminal.Gui" Version =" 1.9.0 " />
22+ <PackageReference Include =" MinVer" Version =" 4 .3.0 " >
2323 <PrivateAssets >all</PrivateAssets >
2424 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
2525 </PackageReference >
You can’t perform that action at this time.
0 commit comments