/
qwiklly
/
arc-server
Обзор
Документация
Войти
/
qwiklly
/
arc-server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
examples/AppRemoteConfig.SampleApp/AppRemoteConfig.SampleApp.csproj
43 строки
2 KB
CLTanuki
chore: modules exploded
24 янв 2024, 18:53
24 янв 2024, 18:53
6b5ba70
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="Kaleidoscope.AspNetCore.AppRemoteConfig.UI" Version="0.1.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.14" /> <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.1" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.1" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Sentry.Serilog" Version="3.41.3" /> <PackageReference Include="Serilog" Version="3.1.1" /> <PackageReference Include="Serilog.AspNetCore" Version="8.0.1" /> <PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" /> <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> </ItemGroup> <ItemGroup> <None Include="Pages\_Host.cshtml" /> <None Include="Pages\_ViewImports.cshtml" /> <None Include="_Imports.razor" /> </ItemGroup> <ItemGroup> <AdditionalFiles Include="Areas\Identity\Pages\Account\AccessDenied.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\Account\ExternalLogin.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\Account\Login.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\Account\_StatusMessage.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\Account\_ViewImports.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\Error.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\_ViewImports.cshtml" /> <AdditionalFiles Include="Areas\Identity\Pages\_ViewStart.cshtml" /> </ItemGroup> </Project>