Skip to content

Commit

Permalink
cleans up blazor app template
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Apr 29, 2024
1 parent b11f32d commit a29f4eb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.18.0-alpha.201",
"version": "0.19.0-alpha.203",
"commands": [
"ixc"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"OutputProjectFolder":"..\\ixsharpblazor.twin","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"axsharpblazor.csproj"}
{"OutputProjectFolder":"..\\axsharpblazor.twin","UseBase":false,"NoDependencyUpdate":false,"IgnoreS7Pragmas":false,"ProjectFile":"axsharpblazor.csproj"}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Content Include="Shared\Menu\ExpandableMenuItem.razor.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Presentation.Blazor.Controls" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Presentation.Blazor.Controls" Version="0.19.0-alpha.203" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.2" />
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Connector" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Abstractions" Version="0.19.0-alpha.203" />
<PackageReference Include="AXSharp.Connector" Version="0.19.0-alpha.203" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.0-alpha.203" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.18.0-alpha.201",
"version": "0.19.0-alpha.203",
"commands": [
"ixc"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Connector" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.18.0-alpha.201" />
<PackageReference Include="AXSharp.Abstractions" Version="0.19.0-alpha.203" />
<PackageReference Include="AXSharp.Connector" Version="0.19.0-alpha.203" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.19.0-alpha.203" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down

0 comments on commit a29f4eb

Please sign in to comment.