-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStatusDashboard.csproj
42 lines (37 loc) · 1.91 KB
/
StatusDashboard.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<AnalysisLevel>preview</AnalysisLevel>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<Version>0.8.0</Version>
<DockerfileContext>.</DockerfileContext>
<PublishReadyToRun>true</PublishReadyToRun>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<InvariantGlobalization>true</InvariantGlobalization>
<ServerGarbageCollection>true</ServerGarbageCollection>
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>
<UserSecretsId>e9bd5e7a-882a-421b-8459-2fdb606a565e</UserSecretsId>
<Company>T-Systems</Company>
<Authors>Aloento</Authors>
<Product>StatusDashboard</Product>
<Copyright>EcoSystem Squad</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageProjectUrl>https://status.otc-service.com</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BlazorIntersectionObserver" Version="3.1.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="Keycloak.AuthServices.Authentication" Version="2.5.3" />
<PackageReference Include="Keycloak.AuthServices.Authorization" Version="2.5.3" />
<PackageReference Include="LettuceEncrypt" Version="1.3.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.10.3" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.6.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
</ItemGroup>
</Project>