File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<Project ToolsVersion =" 15.0" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net10.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 >
3939 <ItemGroup >
4040 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
4141 <PackageReference Include =" AsyncFixer" Version =" 2.1.0" PrivateAssets =" All" />
42- <PackageReference Include =" MinVer" Version =" 6.1 .0" PrivateAssets =" All" />
42+ <PackageReference Include =" MinVer" Version =" 7.0 .0" PrivateAssets =" All" />
4343 </ItemGroup >
4444
4545 <ItemGroup >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.100" ,
3+ "version" : " 10 .0.100" ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : false
66 }
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" ..\build\common.props" />
33 <PropertyGroup >
4- <TargetFrameworks >net8 .0</TargetFrameworks >
4+ <TargetFrameworks >net10 .0</TargetFrameworks >
55 <OutputType >Exe</OutputType >
66 <IsPackable >False</IsPackable >
77 </PropertyGroup >
8- </Project >
8+ </Project >
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" ..\build\common.props" />
33 <PropertyGroup >
4- <TargetFrameworks >net8 .0</TargetFrameworks >
4+ <TargetFrameworks >net10 .0</TargetFrameworks >
55 <OutputType >Exe</OutputType >
66 <IsPackable >False</IsPackable >
77 <NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
1212 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" />
1313 <PackageReference Include =" GitHubActionsTestLogger" Version =" 3.0.1" PrivateAssets =" All" />
1414
15- <PackageReference Include =" Foundatio.TestHarness" Version =" 12.0.1-preview.0.39 " Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15+ <PackageReference Include =" Foundatio.TestHarness" Version =" 12.0.1-preview.0.71 " Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1616 <ProjectReference Include =" ..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
1717 </ItemGroup >
1818</Project >
You can’t perform that action at this time.
0 commit comments