Skip to content

Commit

Permalink
Messing with the magic combination of Marten/Weasel that still works.…
Browse files Browse the repository at this point in the history
… 1.12.1
  • Loading branch information
jeremydmiller committed Nov 21, 2023
1 parent 689f843 commit f934de8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<NoWarn>1570;1571;1572;1573;1574;1587;1591;1701;1702;1711;1735;0618</NoWarn>
<ImplicitUsings>true</ImplicitUsings>
<Version>1.12.0</Version>
<Version>1.12.1</Version>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
2 changes: 1 addition & 1 deletion src/Persistence/PersistenceTests/PersistenceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Marten" Version="6.0.0" />
<PackageReference Include="Marten" Version="6.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />

Expand Down
2 changes: 1 addition & 1 deletion src/Persistence/Wolverine.Marten/Wolverine.Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Wolverine.Postgresql\Wolverine.Postgresql.csproj" />
<PackageReference Include="Marten.CommandLine" Version="6.0.0" />
<PackageReference Include="Marten.CommandLine" Version="[6.0.1,6.4.0]" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Weasel.Postgresql" Version="6.0.1" />
<PackageReference Include="Weasel.Postgresql" Version="[6.0.1,6.4.0]" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props" />
Expand Down
4 changes: 2 additions & 2 deletions src/Persistence/Wolverine.RDBMS/Wolverine.RDBMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="Weasel.CommandLine" Version="6.0.1" />
<PackageReference Include="Weasel.Core" Version="6.0.1" />
<PackageReference Include="Weasel.CommandLine" Version="[6.0.1,6.4.0]" />
<PackageReference Include="Weasel.Core" Version="[6.0.1,6.4.0]" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Weasel.SqlServer" Version="6.0.1" />
<PackageReference Include="Weasel.SqlServer" Version="[6.0.1,6.4.0]" />
</ItemGroup>

<Import Project="../../../Analysis.Build.props" />
Expand Down

0 comments on commit f934de8

Please sign in to comment.