/
IamDeveloper
/
MyRecipeAppFront
Обзор
Документация
Войти
/
IamDeveloper
/
MyRecipeAppFront
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
MyRecipeAppFront.csproj
39 строк
1 KB
Dmitriy Urazlin
Добавьте файлы проекта.
09 авг 2026, 19:51
09 авг 2026, 19:51
e30eebb
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UserSecretsId>5a1ede95-3e1f-4646-b386-a5139d9b1d32</UserSecretsId> <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> <DockerfileContext>.</DockerfileContext> </PropertyGroup> <ItemGroup> <PackageReference Include="FontAwesome" Version="4.7.0" /> <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> </ItemGroup> <ItemGroup> <Content Update="wwwroot\fonts\AdventPro-Light.ttf"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Update="wwwroot\fonts\AdventPro-Medium.ttf"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Update="wwwroot\images\free-icon-clean-water-2x.png"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Update="wwwroot\images\free-icon-clean-water.png"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Update="wwwroot\images\free-icon-salt-2x.png"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Update="wwwroot\images\free-icon-salt.png"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> </Project>