File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
samples/Foundatio.SampleApp/Server
src/Foundatio.Repositories Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Foundatio.Extensions.Hosting" Version =" 13.0.0-beta2" />
10+ <PackageReference Include =" Foundatio.Extensions.Hosting" Version =" 13.0.0-beta2.5 " />
1111 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 8.0.19" />
1212 </ItemGroup >
1313
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <ItemGroup >
3- <PackageReference Include =" Foundatio" Version =" 13.0.0-beta2" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
3+ <PackageReference Include =" Foundatio" Version =" 13.0.0-beta2.5 " Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
44 <ProjectReference Include =" $(FoundatioProjectsDir)Foundatio\src\Foundatio\Foundatio.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
55
6- <PackageReference Include =" Foundatio.JsonNet" Version =" 13.0.0-beta2" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
6+ <PackageReference Include =" Foundatio.JsonNet" Version =" 13.0.0-beta2.5 " Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
77 <ProjectReference Include =" $(FoundatioProjectsDir)Foundatio\src\Foundatio.JsonNet\Foundatio.JsonNet.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
88 </ItemGroup >
99</Project >
Original file line number Diff line number Diff line change 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 =" 13.0.0-beta2" Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15+ <PackageReference Include =" Foundatio.TestHarness" Version =" 13.0.0-beta2.5 " 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