Skip to content

Commit 52384a0

Browse files
committed
Bump Foundatio package version to 13.0.1-preview.0.12 in multiple projects
1 parent 6697741 commit 52384a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/CleanArchitectureSample/src/Common.Module/Common.Module.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Foundatio" Version="13.0.1-preview.0.11" />
30+
<PackageReference Include="Foundatio" Version="13.0.1-preview.0.12" />
3131
<PackageReference Include="MiniValidation" Version="0.9.2" />
3232
</ItemGroup>
3333

samples/ConsoleSample/ConsoleSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ProjectReference Include="..\..\src\Foundatio.Mediator.Abstractions\Foundatio.Mediator.Abstractions.csproj" />
2727
<ProjectReference Include="..\..\src\Foundatio.Mediator\Foundatio.Mediator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2828
<ProjectReference Include="..\..\src\Foundatio.Mediator.CodeFixes\Foundatio.Mediator.CodeFixes.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
29-
<PackageReference Include="Foundatio" Version="13.0.1-preview.0.11" />
29+
<PackageReference Include="Foundatio" Version="13.0.1-preview.0.12" />
3030
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.7" />
3131
<PackageReference Include="MiniValidation" Version="0.9.2" />
3232
</ItemGroup>

tests/Foundatio.Mediator.Tests/Foundatio.Mediator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="xunit.v3.mtp-v2" Version="3.2.2" />
3030
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
3131
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" />
32-
<PackageReference Include="Foundatio.Xunit.v3" Version="13.0.1-preview.0.11" />
32+
<PackageReference Include="Foundatio.Xunit.v3" Version="13.0.1-preview.0.12" />
3333
<PackageReference Include="GitHubActionsTestLogger" Version="3.0.4" PrivateAssets="All" />
3434
<!-- Source generator verification & helpers -->
3535
<PackageReference Include="Verify.XunitV3" Version="31.16.2" />

0 commit comments

Comments
 (0)