File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212 <Using Include =" System.Net.Sockets" />
1313 <Using Include =" EmptyFiles" />
1414 <Using Include =" System.ReadOnlySpan< System.Char> " Alias =" CharSpan" />
15+ <PackageReference Include =" Microsoft.Sbom.Targets" PrivateAssets =" all" />
1516 <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation"
1617 Condition =" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'" />
1718 <PackageReference Include =" Caseless.Fody" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 99 <PackageVersion Include =" EmptyFiles" Version =" 8.9.1" />
1010 <PackageVersion Include =" Fody" Version =" 6.9.2" />
1111 <PackageVersion Include =" MarkdownSnippets.MsBuild" Version =" 28.0.0-beta.2" />
12+ <PackageVersion Include =" Microsoft.Sbom.Targets" Version =" 3.1.0" />
1213 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
1314 <PackageVersion Include =" Polyfill" Version =" 7.30.0" />
1415 <PackageVersion Include =" ProjectDefaults" Version =" 1.0.152" />
Original file line number Diff line number Diff line change 11
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net472; net48;net9.0</TargetFrameworks >
5- <TargetFrameworks >$(TargetFrameworks);net6.0; net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net48;net9.0</TargetFrameworks >
5+ <TargetFrameworks >$(TargetFrameworks);net8.0;net9.0</TargetFrameworks >
66 <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
77 <NoWarn >$(NoWarn);SYSLIB0012</NoWarn >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments