Skip to content

Commit b0e68f2

Browse files
committed
Bump BLite packages to preview.2
Update BLite and BLite.SourceGenerators from 3.8.0-preview.1 to 3.8.0-preview.2 in samples/BLite.Sample/BLite.Sample.csproj and tests/BLite.Client.IntegrationTests/BLite.Client.IntegrationTests.csproj to pick up the latest preview fixes.
1 parent 366eca6 commit b0e68f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/BLite.Sample/BLite.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.*" />
1515
<PackageReference Include="Scalar.AspNetCore" Version="2.13.13" />
16-
<PackageReference Include="BLite.SourceGenerators" Version="3.8.0-preview.1">
16+
<PackageReference Include="BLite.SourceGenerators" Version="3.8.0-preview.2">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

tests/BLite.Client.IntegrationTests/BLite.Client.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="BLite" Version="3.8.0-preview.1" />
15-
<PackageReference Include="BLite.SourceGenerators" Version="3.8.0-preview.1">
14+
<PackageReference Include="BLite" Version="3.8.0-preview.2" />
15+
<PackageReference Include="BLite.SourceGenerators" Version="3.8.0-preview.2">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)