forked from altmp/coreclr-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAltV.Net.EntitySync.csproj
38 lines (34 loc) · 1.45 KB
/
AltV.Net.EntitySync.csproj
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
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<PackageVersion>1.18.0</PackageVersion>
<Authors>AltMp</Authors>
<Description>AltV .NET Core Entity Sync</Description>
<Copyright>AltMp</Copyright>
<PackageProjectUrl>https://github.com/altmp/coreclr-module</PackageProjectUrl>
<RepositoryUrl>https://github.com/altmp/coreclr-module</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>altv gta bridge gta5 gtav</PackageTags>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<PackageReleaseNotes>Add net owner.</PackageReleaseNotes>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageIcon>icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="license\license.txt">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="icon.png">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
</ItemGroup>
</Project>