File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;netstandard2.1;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;netstandard2.1;net10 .0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 </PropertyGroup >
77
5353 </ItemGroup >
5454
5555 <ItemGroup >
56- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9 .0.5 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
56+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 10 .0.0 " Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
5757 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" >
5858 <PrivateAssets >all</PrivateAssets >
5959 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments