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 9d33f2e commit c364f5aCopy full SHA for c364f5a
Immutype/Immutype.csproj
@@ -32,7 +32,7 @@
32
<!-- Should be compatible with .NET 5.0.102+ and Visual Studio 16.8+ -->
33
<!-- https://github.com/dotnet/roslyn/blob/main/docs/wiki/NuGet-packages.md#versioning -->
34
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" PrivateAssets="all" />
35
- <PackageReference Include="Pure.DI" Version="2.2.0">
+ <PackageReference Include="Pure.DI" Version="2.2.1">
36
<PrivateAssets>all</PrivateAssets>
37
<IncludeAssets>analyzers</IncludeAssets>
38
</PackageReference>
0 commit comments