Skip to content

Commit c157295

Browse files
committed
target .net 8
1 parent 715602c commit c157295

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>
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>

0 commit comments

Comments
 (0)