-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDirectory.build.props
More file actions
21 lines (18 loc) · 927 Bytes
/
Directory.build.props
File metadata and controls
21 lines (18 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<Version>0.15.1</Version>
<LangVersion>7.3</LangVersion>
<Version Condition="'$(APPVEYOR_BUILD_NUMBER)' != ''">0.0.0-nightly.$(APPVEYOR_BUILD_NUMBER)</Version>
</PropertyGroup>
<PropertyGroup>
<OrleansVersion>3.0.0</OrleansVersion>
<EntityFrameworkVersion>3.1.1</EntityFrameworkVersion>
<MSExtensionsVersion>3.1.1</MSExtensionsVersion>
<OrleansVersion Condition="'$(ORLEANS_VERSION)' != ''">$(ORLEANS_VERSION)</OrleansVersion>
<EntityFrameworkVersion Condition="'$(EF_VERSION)' != ''">$(EF_VERSION)</EntityFrameworkVersion>
<MSExtensionsVersion Condition="'$(MSEXT_VERSION)' != ''">$(MSEXT_VERSION)</MSExtensionsVersion>
</PropertyGroup>
<PropertyGroup>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
</Project>