Upgrade blueprint packages

This commit is contained in:
2025-06-21 21:50:16 -06:00
parent daa9699bdd
commit a56f2cb3d7
7 changed files with 34 additions and 11 deletions

View File

@@ -7,9 +7,17 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blueprint.Redis" Version="0.0.1" />
<PackageReference Include="Blueprint.SQLServer" Version="0.0.1" />
<Compile Remove="Services\SqlSampleService.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Core.Blueprint.Redis" Version="1.0.0" />
<PackageReference Include="Core.Blueprint.SQLServer" Version="1.0.0" />
<PackageReference Include="Mapster" Version="7.4.1-pre01" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>
</Project>