Skip to content

Commit

Permalink
feat: Sitko.Core 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Aug 5, 2022
1 parent 748da13 commit 022943d
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 deletions.
16 changes: 8 additions & 8 deletions apps/Sitko.Blockly.Demo/Sitko.Blockly.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Sitko.Blockly.MudBlazor\Sitko.Blockly.MudBlazor.csproj"/>
<ProjectReference Include="..\..\src\Sitko.Blockly.EntityFrameworkCore\Sitko.Blockly.EntityFrameworkCore.csproj"/>
<ProjectReference Include="..\..\src\Sitko.Blockly.MudBlazor\Sitko.Blockly.MudBlazor.csproj" />
<ProjectReference Include="..\..\src\Sitko.Blockly.EntityFrameworkCore\Sitko.Blockly.EntityFrameworkCore.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Blazor.MudBlazor.Server" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="9.0.0-beta.19"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">
<PackageReference Include="Sitko.Core.Blazor.MudBlazor.Server" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="9.7.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Sitko.Core.Storage.Metadata.Postgres" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Configuration.Vault" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Storage.Metadata.Postgres" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Configuration.Vault" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="9.7.1" />
</ItemGroup>

</Project>
14 changes: 7 additions & 7 deletions src/Sitko.Blockly.AntDesign/Sitko.Blockly.AntDesign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Sitko.Blockly.Blazor\Sitko.Blockly.Blazor.csproj"/>
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj"/>
<ProjectReference Include="..\Sitko.Blockly.Blazor\Sitko.Blockly.Blazor.csproj" />
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Blazor.CKEditor.Bundle" Version="3.0.3"/>
<PackageReference Include="Sitko.Core.Blazor.AntDesign" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Blazor.CKEditor.Bundle" Version="3.0.3" />
<PackageReference Include="Sitko.Core.Blazor.AntDesign" Version="9.7.1" />
</ItemGroup>

<ItemGroup>
<Content Remove="Icons\*.svg"/>
<EmbeddedResource Include="Icons\*.svg"/>
<EmbeddedResource Include="Resources\*.json"/>
<Content Remove="Icons\*.svg" />
<EmbeddedResource Include="Icons\*.svg" />
<EmbeddedResource Include="Resources\*.json" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/Sitko.Blockly.Blazor/Sitko.Blockly.Blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<ItemGroup>
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj"/>
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Blazor" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Blazor.FileUpload" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Blazor" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Blazor.FileUpload" Version="9.7.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj"/>
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Db.Postgres" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Db.Postgres" Version="9.7.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.40" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.43" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/Sitko.Blockly.MudBlazor/Sitko.Blockly.MudBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Sitko.Blockly.Blazor\Sitko.Blockly.Blazor.csproj"/>
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj"/>
<ProjectReference Include="..\Sitko.Blockly.Blazor\Sitko.Blockly.Blazor.csproj" />
<ProjectReference Include="..\Sitko.Blockly\Sitko.Blockly.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Blazor.CKEditor.Bundle" Version="3.0.3"/>
<PackageReference Include="Sitko.Core.Blazor.MudBlazor" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Blazor.CKEditor.Bundle" Version="3.0.3" />
<PackageReference Include="Sitko.Core.Blazor.MudBlazor" Version="9.7.1" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Resources\*.json"/>
<EmbeddedResource Include="Resources\*.json" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/Sitko.Blockly/Sitko.Blockly.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Sitko.Core.App" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Storage" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.App" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Storage" Version="9.7.1" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Resources/*.json"/>
<EmbeddedResource Include="Resources/*.json" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="1.3.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Sitko.Blockly.HtmlParser\Sitko.Blockly.HtmlParser.csproj"/>
<ProjectReference Include="..\Sitko.Blockly.Tests\Sitko.Blockly.Tests.csproj"/>
<ProjectReference Include="..\..\src\Sitko.Blockly.HtmlParser\Sitko.Blockly.HtmlParser.csproj" />
<ProjectReference Include="..\Sitko.Blockly.Tests\Sitko.Blockly.Tests.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Xunit" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Xunit" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Storage.FileSystem" Version="9.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions tests/Sitko.Blockly.Tests/Sitko.Blockly.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Sitko.Blockly.AntDesign\Sitko.Blockly.AntDesign.csproj"/>
<ProjectReference Include="..\..\src\Sitko.Blockly.EntityFrameworkCore\Sitko.Blockly.EntityFrameworkCore.csproj"/>
<ProjectReference Include="..\..\src\Sitko.Blockly\Sitko.Blockly.csproj"/>
<ProjectReference Include="..\..\src\Sitko.Blockly.AntDesign\Sitko.Blockly.AntDesign.csproj" />
<ProjectReference Include="..\..\src\Sitko.Blockly.EntityFrameworkCore\Sitko.Blockly.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\src\Sitko.Blockly\Sitko.Blockly.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Xunit" Version="9.0.0-beta.19"/>
<PackageReference Include="Sitko.Core.Repository.EntityFrameworkCore" Version="9.7.1" />
<PackageReference Include="Sitko.Core.Xunit" Version="9.7.1" />
</ItemGroup>
</Project>

0 comments on commit 022943d

Please sign in to comment.