-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
29 lines (23 loc) · 910 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
29 lines (23 loc) · 910 Bytes
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
<Project>
<PropertyGroup>
<Version>0.9.0</Version>
</PropertyGroup>
<PropertyGroup>
<DefaultTargetFrameworks>net8.0;net9.0;net10.0</DefaultTargetFrameworks>
<DefaultTargetFramework>net10.0</DefaultTargetFramework>
</PropertyGroup>
<PropertyGroup>
<DefaultTargetFrameworks>net8.0;net9.0;net10.0</DefaultTargetFrameworks>
<DefaultTargetFramework>net10.0</DefaultTargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
</PropertyGroup>
<!-- Treat CS1591 (missing XML doc) as error for library projects that opt in via GenerateDocumentationFile -->
<PropertyGroup Condition="'$(GenerateDocumentationFile)' == 'true'">
<WarningsAsErrors>CS1591</WarningsAsErrors>
</PropertyGroup>
</Project>