File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tests/Foundatio.Mediator.Tests Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments