Skip to content

Commit 28911c8

Browse files
committed
Upgrade BLite packages to 4.3.0
Bump BLite and BLite.SourceGenerators from 4.1.4 to 4.3.0 in three projects (samples/EntglDb.Demo.Game, samples/EntglDb.Sample.Shared, src/EntglDb.Persistence.BLite). Keeps existing PrivateAssets/IncludeAssets settings for the source generator references. This updates dependencies to pick up fixes/features in the 4.3.0 release.
1 parent c53cf1b commit 28911c8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

samples/EntglDb.Demo.Game/EntglDb.Demo.Game.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="BLite" Version="4.1.4" />
19-
<PackageReference Include="BLite.SourceGenerators" Version="4.1.4">
18+
<PackageReference Include="BLite" Version="4.3.0" />
19+
<PackageReference Include="BLite.SourceGenerators" Version="4.3.0">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

samples/EntglDb.Sample.Shared/EntglDb.Sample.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="BLite.SourceGenerators" Version="4.1.4">
16+
<PackageReference Include="BLite.SourceGenerators" Version="4.3.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

src/EntglDb.Persistence.BLite/EntglDb.Persistence.BLite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="BLite" Version="4.1.4" />
21-
<PackageReference Include="BLite.SourceGenerators" Version="4.1.4">
20+
<PackageReference Include="BLite" Version="4.3.0" />
21+
<PackageReference Include="BLite.SourceGenerators" Version="4.3.0">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)