Skip to content

Commit

Permalink
asp
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Nov 21, 2023
1 parent a0ec223 commit 596efc2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.16.0-move-template-to-separate-dir.168",
"version": "0.17.0-PTKu-patch-2.169",
"commands": [
"ixc"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-ixsharpblazor-hmi-ee3150da-5237-49bc-b265-f512331ded6c</UserSecretsId>
Expand All @@ -17,7 +17,7 @@
<Content Include="Shared\Menu\ExpandableMenuItem.razor.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Presentation.Blazor.Controls" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Presentation.Blazor.Controls" Version="0.17.0-PTKu-patch-2.169" />
<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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Connector" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Connector" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-PTKu-patch-2.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Connector" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.16.0-move-template-to-separate-dir.168",
"version": "0.17.0-PTKu-patch-2.169",
"commands": [
"ixc"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Connector" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.16.0-move-template-to-separate-dir.168" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-PTKu-patch-2.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down

0 comments on commit 596efc2

Please sign in to comment.