Skip to content

Commit bc5f9e4

Browse files
Update nuget non-major dependencies
1 parent b43afa4 commit bc5f9e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="17.7.30">
26+
<PackageReference Update="Microsoft.VisualStudio.Threading.Analyzers" Version="17.7.35">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2929
</PackageReference>

test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1818
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1919
<PackageReference Include="xunit" Version="2.8.1" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)