Skip to content

Commit

Permalink
⬆️ Try upgrade 3.11.0 to to 4.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
angularsen committed Oct 6, 2022
1 parent 5d6d8a6 commit 33fa973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssignAll/AssignAll/AssignAll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" />
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 33fa973

Please sign in to comment.