-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshared.props
27 lines (25 loc) · 1.05 KB
/
shared.props
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
<Project>
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<LangVersion>10</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<PackageId>Feli.$(AssemblyName)</PackageId>
<PackageTags>openmod openmod-plugin unturned</PackageTags>
<Version>0.0.0</Version>
<PackageVersion>0.0.0</PackageVersion>
<InformationalVersion>0.0.0</InformationalVersion>
<Authors>Feli</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/F-Plugins/Economy</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461" Version="1.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>