Skip to content

Commit 32b5bc6

Browse files
committed
Update target frameworks and xUnit runner version
1 parent 4b83b48 commit 32b5bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55
<Product>Foundatio</Product>
66
<Description>Pluggable foundation blocks for building distributed apps.</Description>
77
<PackageProjectUrl>https://github.com/FoundatioFx/Foundatio.RabbitMQ</PackageProjectUrl>

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1010
<PackageReference Include="xunit" Version="2.9.3" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4" />
11+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1212

1313
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="All" />
1414

0 commit comments

Comments
 (0)