Skip to content

Commit 065a97e

Browse files
Update deps
1 parent 67bda3f commit 065a97e

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
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.5" />
8+
<PackageReference Include="CSharpInteractive" Version="1.1.7" />
99
</ItemGroup>
1010
</Project>

Immutype.Tests/Immutype.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ProjectReference Include="..\Immutype\Immutype.csproj" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

Immutype.UsageScenarios.Tests/Immutype.UsageScenarios.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ProjectReference Include="..\Immutype\Immutype.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="xunit" Version="2.9.3" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>

Immutype/Composition.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
// ReSharper disable UnusedMember.Local
42
// ReSharper disable PartialTypeWithSinglePart
53

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.53">
35+
<PackageReference Include="Pure.DI" Version="2.1.56">
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>analyzers</IncludeAssets>
3838
</PackageReference>

0 commit comments

Comments
 (0)