DraxCodes revisou este gist . Ir para a revisão
1 file changed, 16 insertions
blaze.csproj(arquivo criado)
| @@ -0,0 +1,16 @@ | |||
| 1 | + | <Project Sdk="Microsoft.NET.Sdk"> | |
| 2 | + | <PropertyGroup> | |
| 3 | + | <OutputType>Exe</OutputType> | |
| 4 | + | <TargetFramework>net7.0</TargetFramework> | |
| 5 | + | <ImplicitUsings>enable</ImplicitUsings> | |
| 6 | + | <Nullable>enable</Nullable> | |
| 7 | + | <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract> | |
| 8 | + | </PropertyGroup> | |
| 9 | + | <ItemGroup> | |
| 10 | + | <PackageReference Include="DiscordRichPresence" Version="1.0.175" /> | |
| 11 | + | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> | |
| 12 | + | <PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" /> | |
| 13 | + | <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | |
| 14 | + | <PackageReference Include="Serilog.AspNetCore" Version="6.0.1" /> | |
| 15 | + | </ItemGroup> | |
| 16 | + | </Project> | |
Próximo
Anterior