~ruther/NosSmooth

ref: 3b11a9dc11977d6093f31e086d043365df96c526 NosSmooth/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj -rw-r--r-- 711 bytes
3b11a9dc — Rutherther feat(game): add smart dialog handling, rejecting conflicting answers to same dialog 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <Description>Nos smooth's abstractions for information from NosTale data files.</Description>
        <LangVersion>10</LangVersion>
        <VersionPrefix>2.3.0</VersionPrefix>
        <TargetFramework>net7.0</TargetFramework>
        <PackageReleaseNotes>Add range, notice range, cast time and whether monster is hostile.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Remora.Results" Version="7.2.3" />
      <PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
    </ItemGroup>

</Project>
Do not follow this link