Skip to content

Commit

Permalink
finishing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph P. Short committed Jun 9, 2024
1 parent 194fcc3 commit bc2a53a
Show file tree
Hide file tree
Showing 6 changed files with 873 additions and 1,068 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Hsts"
]
}
4 changes: 2 additions & 2 deletions templates/angular-material/AngularMaterialWebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<SpaRoot>ClientApp\</SpaRoot>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.16" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="8.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion templates/angular-material/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
],
"analytics": false
},
"schematics": {
"@schematics/angular:component": {
Expand Down
Loading

0 comments on commit bc2a53a

Please sign in to comment.