~ruther/NosTale-Anonymizer

ref: e25d5a082b07dd6eedcacbcda31c23f40d1bf1a2 NosTale-Anonymizer/src/Anonymizer/Anonymizer.csproj -rw-r--r-- 689 bytes
e25d5a08 — František Boháček fix: bugs 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
      <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
      <PackageReference Include="NosSmooth.Packets" Version="3.3.1" />
      <PackageReference Include="NosSmooth.PacketSerializer" Version="2.2.1" />
      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.2.0" />
    </ItemGroup>

</Project>
Do not follow this link