~ruther/NosSmooth

ref: 6de4f21874ea1ac10ee4079a74cb05a4ebcae39b NosSmooth/Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj -rw-r--r-- 921 bytes
6de4f218 — Rutherther fix(game): add skills api to the service provider 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
        <PackageVersion>2.1.0</PackageVersion>
        <TargetFramework>net7.0</TargetFramework>
        <PackageReleaseNotes>Add item type and equipment slot enums.</PackageReleaseNotes>
        <AssemblyVersion>2.1.0</AssemblyVersion>
        <FileVersion>2.1.0</FileVersion>
    </PropertyGroup>

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

</Project>