Skip to content

Commit fa3d014

Browse files
committed
Update Foundatio package versions to 13.0.0-beta3.13 and Microsoft.NET.Test.Sdk to 18.3.0
1 parent e404537 commit fa3d014

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" />
40+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.200" PrivateAssets="All" />
4141
<PackageReference Include="AsyncFixer" Version="2.1.0" PrivateAssets="All" />
4242
<PackageReference Include="MinVer" Version="7.0.0" PrivateAssets="All" />
4343
</ItemGroup>

src/Foundatio.AzureStorage/Foundatio.AzureStorage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Include="Azure.Storage.Blobs" Version="12.27.0" />
88
<PackageReference Include="Azure.Storage.Queues" Version="12.25.0" />
99

10-
<PackageReference Include="Foundatio" Version="13.0.0-beta3.8" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
10+
<PackageReference Include="Foundatio" Version="13.0.0-beta3.13" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1111
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio\Foundatio.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1212
</ItemGroup>
1313
</Project>

tests/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<NoWarn>$(NoWarn);CS1591;NU1701</NoWarn>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
1111
<PackageReference Include="xunit.v3.mtp-v2" Version="3.2.2" />
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-beta3.8" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15+
<PackageReference Include="Foundatio.TestHarness" Version="13.0.0-beta3.13" Condition="'$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
1616
<ProjectReference Include="..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition="'$(ReferenceFoundatioSource)' == 'true'" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)