-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
27 lines (24 loc) · 1.18 KB
/
Copy pathDirectory.Build.props
File metadata and controls
27 lines (24 loc) · 1.18 KB
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 Label="Build">
<LangVersion>latest</LangVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Label="Package">
<Authors>Micah Rairdon</Authors>
<Company>Micah Rairdon</Company>
<Copyright>Copyright © Project Author. All rights Reserved</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/tiberriver256/Swashbuckle.AspNetCore.Community.OData</PackageProjectUrl>
<PackageIcon>Icon.png</PackageIcon>
<RepositoryUrl>https://github.com/tiberriver256/Swashbuckle.AspNetCore.Community.OData.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/tiberriver256/Swashbuckle.AspNetCore.Community.OData/releases</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup Label="Versioning">
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all" />
</ItemGroup>
</Project>