CShock/CShocker/CShocker.csproj

25 lines
691 B
XML
Raw Normal View History

2024-01-17 03:24:48 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2024-01-17 04:20:00 +01:00
<Authors>Glax</Authors>
<RepositoryUrl>https://github.com/C9Glax/CShock</RepositoryUrl>
<RepositoryType>git</RepositoryType>
2024-01-17 03:24:48 +01:00
</PropertyGroup>
2024-01-17 04:11:30 +01:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
2024-01-17 04:20:00 +01:00
<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
2024-01-17 04:11:30 +01:00
2024-01-17 03:24:48 +01:00
</Project>