-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
19 lines (18 loc) · 878 Bytes
/
Directory.Build.props
File metadata and controls
19 lines (18 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>8.14.1</Version>
<LangVersion>13.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz</Authors>
<PackageProjectUrl>https://github.com/JasperFx/weasel</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NoWarn>1570;1571;1572;1573;1574;1587;1591;1701;1702;1711;1735;0618</NoWarn>
<PackageIconUrl>https://raw.githubusercontent.com/JasperFx/JasperFx.Core/main/jasperfx-logo.jpg?raw=true</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" PrivateAssets="All"/>
</ItemGroup>
</Project>