forked from json-api-dotnet/JsonApiDotNetCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
28 lines (26 loc) · 1.03 KB
/
Directory.Build.props
File metadata and controls
28 lines (26 loc) · 1.03 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
28
<Project>
<PropertyGroup>
<NetCoreAppVersion>netcoreapp3.0</NetCoreAppVersion>
<NetStandardVersion>netstandard2.1</NetStandardVersion>
<AspNetCoreVersion>3.0</AspNetCoreVersion>
<MicrosoftLoggingVersion>3.0.*</MicrosoftLoggingVersion>
<MicrosoftConfigurationVersion>3.0.*</MicrosoftConfigurationVersion>
<MicrosoftOptionsVersion>3.0.*</MicrosoftOptionsVersion>
<EFCoreVersion>3.0.*</EFCoreVersion>
<EFCoreToolsVersion>3.0.*</EFCoreToolsVersion>
<NpgsqlVersion>4.1.1</NpgsqlVersion>
<NpgsqlPostgreSQLVersion>3.0.1</NpgsqlPostgreSQLVersion>
<TuplesVersion>4.5.0</TuplesVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<NoWarn>$(NoWarn);1591</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<!-- Test Project Dependencies -->
<PropertyGroup>
<TestSdkVersion>16.3.0</TestSdkVersion>
<XUnitVersion>2.4.1</XUnitVersion>
<BogusVersion>28.4.1</BogusVersion>
<MoqVersion>4.13.1</MoqVersion>
</PropertyGroup>
</Project>