8000 ⬆️ Try upgrade 3.11.0 to to 4.1.0 · angularsen/roslyn-analyzers@33fa973 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33fa973

Browse files
committed
⬆️ Try upgrade 3.11.0 to to 4.1.0
Works with project reference, but did not work in Rider with nuget reference earlier. Either a fluke in the testing or different behavior with nuget.
1 parent 5d6d8a6 commit 33fa973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AssignAll/AssignAll/AssignAll.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
35-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
35+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" />
3636
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
3737
</ItemGroup>
3838

0 commit comments

Comments
 (0)
0