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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework > netstandard2.0</TargetFramework >
4
+ <TargetFrameworks >net6.0; netstandard2.0</TargetFrameworks >
5
5
<NoWarn >$(NoWarn);CS1591</NoWarn >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
<AssemblyTitle >RabbitMQ Client Library for .NET</AssemblyTitle >
57
57
</ItemGroup >
58
58
59
59
<ItemGroup >
60
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" PrivateAssets =" All" />
60
61
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2" PrivateAssets =" All" />
61
62
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
62
63
<PackageReference Include =" MinVer" Version =" 3.1.0" PrivateAssets =" All" />
63
64
<PackageReference Include =" System.Memory" Version =" 4.5.4" />
64
65
<PackageReference Include =" System.Threading.Channels" Version =" 6.0.0" />
65
- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" PrivateAssets =" All" />
66
66
</ItemGroup >
67
67
68
68
</Project >
You can’t perform that action at this time.
0 commit comments