forked from OpenTabletDriver/OpenTabletDriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
26 lines (23 loc) · 1004 Bytes
/
Directory.Build.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
<Project>
<PropertyGroup>
<VersionBase>0.7.0.0</VersionBase>
<FrameworkLTS>net8.0</FrameworkLTS>
<FrameworkLatest>net8.0</FrameworkLatest>
<LangVersion>preview</LangVersion>
<VersionPrefix>$(VersionBase)</VersionPrefix>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
<PropertyGroup Label="Package Information">
<Authors>InfinityGhost</Authors>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<ProjectUrl>https://www.opentabletdriver.net/</ProjectUrl>
<RepositoryUrl>https://www.github.com/OpenTabletDriver/OpenTabletDriver</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageOutputPath>..\nupkg</PackageOutputPath>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup Label="NuGet Metadata">
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>