We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4941724 commit 78d46e9Copy full SHA for 78d46e9
src/Core/Silk.NET.SilkTouch/Silk.NET.SilkTouch.csproj
@@ -19,7 +19,7 @@
19
<Compile Include="..\Silk.NET.Core\Attributes\InjectAttribute.cs" />
20
21
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" PrivateAssets="all" />
22
- <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />
23
24
<!-- Package the generator in the analyzer directory of the nuget package -->
25
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
0 commit comments