Skip to content

Commit aea3c96

Browse files
Update deps
1 parent 806ed10 commit aea3c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build/Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="CSharpInteractive" Version="1.1.8" />
8+
<PackageReference Include="CSharpInteractive" Version="1.1.9" />
99
</ItemGroup>
1010
</Project>

Immutype/Immutype.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Should be compatible with .NET 5.0.102+ and Visual Studio 16.8+ -->
3333
<!-- https://github.com/dotnet/roslyn/blob/main/docs/wiki/NuGet-packages.md#versioning -->
3434
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" PrivateAssets="all" />
35-
<PackageReference Include="Pure.DI" Version="2.1.56">
35+
<PackageReference Include="Pure.DI" Version="2.1.60">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>analyzers</IncludeAssets>
3838
</PackageReference>

0 commit comments

Comments
 (0)