Skip to content

Commit

Permalink
Merge pull request MarimerLLC#3685 from rockfordlhotka/v8-work
Browse files Browse the repository at this point in the history
Update samples for CSLA 8, fix bugs
  • Loading branch information
rockfordlhotka authored Feb 13, 2024
2 parents 14e8ddb + fa92808 commit e5d77f1
Show file tree
Hide file tree
Showing 259 changed files with 1,812 additions and 6,514 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla.Blazor.WebAssembly" Version="8.0.0-R24012202" />
<PackageReference Include="Csla.Blazor.WebAssembly" Version="8.0.0-R24021201" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ProjectReference Include="..\DataAccess.EF\DataAccess.EF.csproj" />
<ProjectReference Include="..\DataAccess.Mock\DataAccess.Mock.csproj" />
<ProjectReference Include="..\DataAccess\DataAccess.csproj" />
<PackageReference Include="Csla.AspNetCore" Version="8.0.0-R24012202" />
<PackageReference Include="Csla.Blazor" Version="8.0.0-R24012202" />
<PackageReference Include="Csla.AspNetCore" Version="8.0.0-R24021201" />
<PackageReference Include="Csla.Blazor" Version="8.0.0-R24021201" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0-R24012202" />
<PackageReference Include="Csla" Version="8.0.0-R24021201" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0-R24012202" />
<PackageReference Include="Csla" Version="8.0.0-R24021201" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0-R24012202" />
<PackageReference Include="Csla" Version="8.0.0-R24021201" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Csla" Version="8.0.0-R24012202" />
<PackageReference Include="Csla" Version="8.0.0-R24021201" />
</ItemGroup>


Expand Down
49 changes: 0 additions & 49 deletions Samples/BlazorServerExample/BlazorServerExample.sln

This file was deleted.

14 changes: 0 additions & 14 deletions Samples/BlazorServerExample/BlazorServerExample/App.razor

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e5d77f1

Please sign in to comment.