diff options
Diffstat (limited to 'Blog/Blog.csproj')
| -rw-r--r-- | Blog/Blog.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Blog/Blog.csproj b/Blog/Blog.csproj index 3cb3a89..6a6499b 100644 --- a/Blog/Blog.csproj +++ b/Blog/Blog.csproj | |||
| @@ -4,6 +4,15 @@ | |||
| 4 | <TargetFramework>net10.0</TargetFramework> | 4 | <TargetFramework>net10.0</TargetFramework> |
| 5 | <Nullable>enable</Nullable> | 5 | <Nullable>enable</Nullable> |
| 6 | <ImplicitUsings>enable</ImplicitUsings> | 6 | <ImplicitUsings>enable</ImplicitUsings> |
| 7 | <UserSecretsId>8ac9638f-b282-427d-a072-4b90a95d5fa4</UserSecretsId> | ||
| 7 | </PropertyGroup> | 8 | </PropertyGroup> |
| 8 | 9 | ||
| 10 | <ItemGroup> | ||
| 11 | <PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="9.9.0" /> | ||
| 12 | </ItemGroup> | ||
| 13 | |||
| 14 | <ItemGroup> | ||
| 15 | <Folder Include="wwwroot\Icons\" /> | ||
| 16 | </ItemGroup> | ||
| 17 | |||
| 9 | </Project> | 18 | </Project> |