1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >net9.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <UserSecretsId >55674afb-fac9-407f-898f-6a543e9d137a</UserSecretsId >
7
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >net9.0</TargetFramework >
5
+ <ImplicitUsings >enable</ImplicitUsings >
6
+ <UserSecretsId >55674afb-fac9-407f-898f-6a543e9d137a</UserSecretsId >
7
+ </PropertyGroup >
8
8
9
- <ItemGroup >
10
- <PackageReference Include =" Duende.IdentityServer.AspNetIdentity" Version =" 7.0.8" />
11
- <PackageReference Include =" Fido2" Version =" 3.0.1" />
12
- <PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
13
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 9.0.0" />
14
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9.0.0" />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.0" />
16
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 9.0.0" />
17
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
18
- <PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.3" />
19
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9.0.0" />
20
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 9.0.0" />
21
- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 9.0.0" />
22
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9.0.0" />
23
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.0" >
24
- <PrivateAssets >all</PrivateAssets >
25
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26
- </PackageReference >
27
- <PackageReference Include =" NetEscapades.AspNetCore.SecurityHeaders" Version =" 1.0.0-preview.1" />
28
- <PackageReference Include =" NetEscapades.AspNetCore.SecurityHeaders.TagHelpers" Version =" 1.0.0-preview.1" />
29
- <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
30
- </ItemGroup >
9
+ <PropertyGroup >
10
+ <DefaultItemExcludes >$(DefaultItemExcludes);wwwroot\css\site.min.css;wwwroot\css\vendor.min.css;wwwroot\js\site.min.js;wwwroot\js\vendor-validation.min.js;wwwroot\js\vendor.min.js</DefaultItemExcludes >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup >
14
+ <PackageReference Include =" Duende.IdentityServer.AspNetIdentity" Version =" 7.0.8" />
15
+ <PackageReference Include =" Fido2" Version =" 3.0.1" />
16
+ <PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 9.0.0" />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9.0.0" />
19
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.0" />
20
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 9.0.0" />
21
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
22
+ <PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.3" />
23
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9.0.0" />
24
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 9.0.0" />
25
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 9.0.0" />
26
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 9.0.0" />
27
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.0" >
28
+ <PrivateAssets >all</PrivateAssets >
29
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30
+ </PackageReference >
31
+ <PackageReference Include =" NetEscapades.AspNetCore.SecurityHeaders" Version =" 1.0.0-preview.1" />
32
+ <PackageReference Include =" NetEscapades.AspNetCore.SecurityHeaders.TagHelpers" Version =" 1.0.0-preview.1" />
33
+ <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
34
+ </ItemGroup >
31
35
</Project >
0 commit comments