Skip to content

Commit 20604ac

Browse files
committed
Revert Roslyn update
1 parent d58d0c2 commit 20604ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/Silk.NET.SilkTouch/Silk.NET.SilkTouch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<Compile Include="..\Silk.NET.Core\Attributes\UnmanagedTypeAttribute.cs" />
1919
<Compile Include="..\Silk.NET.Core\Attributes\InjectAttribute.cs" />
2020

21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" />
22-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" PrivateAssets="all" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
2323

2424
<!-- Package the generator in the analyzer directory of the nuget package -->
2525
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

0 commit comments

Comments
 (0)