Skip to content

Commit e61980b

Browse files
committed
2 parents 4714235 + 7702c98 commit e61980b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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>
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>true</ImplicitUsings>
77
<LangVersion>Latest</LangVersion>

src/Foundatio.Mediator/Foundatio.Mediator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
21-
<None Include="..\Foundatio.Mediator.Abstractions\bin\$(Configuration)\netstandard2.0\Foundatio.Mediator.Abstractions.dll" Pack="true" PackagePath="lib/netstandard2.0" Visible="false" />
21+
<None Include="..\Foundatio.Mediator.Abstractions\bin\$(Configuration)\net8.0\Foundatio.Mediator.Abstractions.dll" Pack="true" PackagePath="lib/net8.0" Visible="false" />
2222
<Content Include="Foundatio.Mediator.props" Pack="true" PackagePath="build" Visible="true" />
2323
<Content Include="Foundatio.Mediator.targets" Pack="true" PackagePath="build" Visible="true" />
2424
</ItemGroup>

tests/Foundatio.Mediator.Tests/Foundatio.Mediator.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
</Target>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
28+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
2929
<PackageReference Include="xunit" Version="2.9.3" />
30-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.4">
30+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
<PrivateAssets>all</PrivateAssets>
3333
</PackageReference>

0 commit comments

Comments
 (0)