Добавьте файлы проекта.

This commit is contained in:
Дмитрий Шиманский
2023-10-22 20:54:28 +03:00
parent 7894a24fde
commit 7c6fafa9e6
79 changed files with 74445 additions and 0 deletions

16
DiscordApp.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>9e418d7f-fd52-4ff9-9673-969c3f62c78d</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
</ItemGroup>
</Project>