Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UVtools.Parser.csproj « UVtools.Parser - github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b23027eac26bede1f3f197dd4d8627d255472e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <Authors>Tiago Conceição</Authors>
    <Company>PTRTECH</Company>
    <PackageProjectUrl>https://github.com/sn4k3/UVtools</PackageProjectUrl>
    <PackageIcon></PackageIcon>
    <RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
    <AssemblyVersion>0.5.2.0</AssemblyVersion>
    <FileVersion>0.5.2.0</FileVersion>
    <Version>0.5.2</Version>
    <Description>MSLA/DLP, file analysis, repair, conversion and manipulation</Description>
    <PackageId>UVtoolsParser</PackageId>
    <PackageLicenseFile>LICENSE</PackageLicenseFile>
    <Product>UVtoolsParser</Product>
  </PropertyGroup>

  <ItemGroup>
    <None Include="..\LICENSE" Link="LICENSE" />
    <None Include="..\LICENSE">
      <Pack>True</Pack>
      <PackagePath></PackagePath>
    </None>
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="BinarySerializer" Version="8.5.1" />
    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
    <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-rc0002" />
  </ItemGroup>

</Project>