|
28 | 28 | <DefaultLanguage>en-us</DefaultLanguage> |
29 | 29 | <ProjectGuid>{D3804228-91F4-4502-9595-39584E510001}</ProjectGuid> |
30 | 30 | <DebugType>full</DebugType> |
| 31 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 32 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
31 | 33 | </PropertyGroup> |
32 | 34 |
|
33 | 35 | <PropertyGroup Condition=" '$(buildType)' == 'azure-pipelines-ci' "> |
|
73 | 75 | </ItemGroup> |
74 | 76 |
|
75 | 77 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
76 | | - <Reference Include="System" /> |
77 | | - <Reference Include="Microsoft.CSharp" /> |
| 78 | + <!--<Reference Include="System" /> |
| 79 | + <Reference Include="Microsoft.CSharp" />--> |
78 | 80 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
79 | 81 | </ItemGroup> |
80 | 82 |
|
81 | 83 | <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> |
82 | | - <Reference Include="System" /> |
83 | | - <Reference Include="Microsoft.CSharp" /> |
| 84 | + <!--<Reference Include="System" /> |
| 85 | + <Reference Include="Microsoft.CSharp" />--> |
84 | 86 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
85 | 87 | </ItemGroup> |
86 | 88 |
|
87 | 89 | <ItemGroup Condition=" '$(TargetFramework)' == 'net452' "> |
88 | | - <Reference Include="System" /> |
89 | | - <Reference Include="Microsoft.CSharp" /> |
| 90 | + <!--<Reference Include="System" /> |
| 91 | + <Reference Include="Microsoft.CSharp" />--> |
90 | 92 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
91 | 93 | </ItemGroup> |
92 | 94 |
|
93 | 95 | <ItemGroup Condition=" '$(TargetFramework)' == 'net46' "> |
94 | | - <Reference Include="System" /> |
95 | | - <Reference Include="Microsoft.CSharp" /> |
| 96 | + <!--<Reference Include="System" /> |
| 97 | + <Reference Include="Microsoft.CSharp" />--> |
96 | 98 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
97 | 99 | </ItemGroup> |
98 | 100 |
|
99 | 101 | <ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
100 | | - <Reference Include="System" /> |
101 | | - <Reference Include="Microsoft.CSharp" /> |
| 102 | + <!--<Reference Include="System" /> |
| 103 | + <Reference Include="Microsoft.CSharp" />--> |
102 | 104 | <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> |
103 | 105 | </ItemGroup> |
104 | 106 |
|
|
0 commit comments