Skip to content

Commit 414b137

Browse files
Update nuget non-major dependencies
1 parent 52e4c44 commit 414b137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DotnetDispatcher.Generator/DotnetDispatcher.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
</PropertyGroup>
2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" PrivateAssets="all" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" PrivateAssets="all" />
2222
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/DotnetDispatcher.Tests/DotnetDispatcher.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
1515
<PackageReference Include="System.Net.Http" Version="4.3.4" />
16-
<PackageReference Include="xunit" Version="2.5.0" />
16+
<PackageReference Include="xunit" Version="2.6.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)