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- <TargetFramework > netstandard2.0</TargetFramework >
4+ <TargetFrameworks >net6.0; netstandard2.0</TargetFrameworks >
55 <NoWarn >$(NoWarn);CS1591</NoWarn >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77 <AssemblyTitle >RabbitMQ Client Library for .NET</AssemblyTitle >
5757 </ItemGroup >
5858
5959 <ItemGroup >
60+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" PrivateAssets =" All" />
6061 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.2" PrivateAssets =" All" />
6162 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
6263 <PackageReference Include =" MinVer" Version =" 3.1.0" PrivateAssets =" All" />
6364 <PackageReference Include =" System.Memory" Version =" 4.5.4" />
6465 <PackageReference Include =" System.Threading.Channels" Version =" 6.0.0" />
65- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" PrivateAssets =" All" />
6666 </ItemGroup >
6767
6868</Project >
You can’t perform that action at this time.
0 commit comments