|
17 | 17 | </ItemGroup>
|
18 | 18 |
|
19 | 19 | <ItemGroup Condition="'$(OS)' == 'Windows_NT'">
|
20 |
| - <NativeProjectReference Include="$(RepositoryRoot)src\Servers\IIS\AspNetCoreModule\AspNetCore\AspNetCore.vcxproj" /> |
| 20 | + <NativeProjectReference Include="$(RepositoryRoot)src\Servers\IIS\AspNetCoreModuleV1\AspNetCore\AspNetCore.vcxproj" /> |
21 | 21 | <NativeProjectReference Include="$(RepositoryRoot)src\Servers\IIS\AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj" />
|
22 | 22 | </ItemGroup>
|
23 | 23 |
|
|
26 | 26 | </ItemGroup>
|
27 | 27 |
|
28 | 28 | <ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' OR '$(Configuration)' != 'RuntimeStore' ">
|
29 |
| - <PackageReference Include="Microsoft.AspNetCore" Version="$(MicrosoftAspNetCorePackageVersion)" /> |
30 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="$(MicrosoftAspNetCoreAuthenticationCookiesPackageVersion)" /> |
31 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="$(MicrosoftAspNetCoreAuthenticationFacebookPackageVersion)" /> |
32 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="$(MicrosoftAspNetCoreAuthenticationGooglePackageVersion)" /> |
33 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="$(MicrosoftAspNetCoreAuthenticationMicrosoftAccountPackageVersion)" /> |
34 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="$(MicrosoftAspNetCoreAuthenticationOpenIdConnectPackageVersion)" /> |
35 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="$(MicrosoftAspNetCoreAuthenticationTwitterPackageVersion)" /> |
36 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreDiagnosticsEntityFrameworkCorePackageVersion)" /> |
37 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="$(MicrosoftAspNetCoreIdentityEntityFrameworkCorePackageVersion)" /> |
38 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="$(MicrosoftAspNetCoreMvcPackageVersion)" /> |
39 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.ViewCompilation" PrivateAssets="All" Version="$(MicrosoftAspNetCoreMvcRazorViewCompilationPackageVersion)" /> |
40 |
| - <PackageReference Include="Microsoft.AspNetCore.Server.HttpSys" Version="$(MicrosoftAspNetCoreServerHttpSysPackageVersion)" /> |
41 |
| - <PackageReference Include="Microsoft.AspNetCore.Server.IIS" Version="$(MicrosoftAspNetCoreServerIISPackageVersion)" /> |
42 |
| - <PackageReference Include="Microsoft.AspNetCore.Session" Version="$(MicrosoftAspNetCoreSessionPackageVersion)" /> |
43 |
| - <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="$(MicrosoftAspNetCoreStaticFilesPackageVersion)" /> |
44 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(MicrosoftEntityFrameworkCoreInMemoryPackageVersion)" /> |
45 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(MicrosoftEntityFrameworkCoreSqlServerPackageVersion)" /> |
46 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="$(MicrosoftExtensionsConfigurationCommandLinePackageVersion)" /> |
47 |
| - <PackageReference Include="Microsoft.NET.Sdk.Razor" Version="$(MicrosoftNETSdkRazorPackageVersion)" PrivateAssets="All" /> |
| 29 | + <Reference Include="Microsoft.AspNetCore" /> |
| 30 | + <Reference Include="Microsoft.AspNetCore.Authentication.Cookies" /> |
| 31 | + <Reference Include="Microsoft.AspNetCore.Authentication.Facebook" /> |
| 32 | + <Reference Include="Microsoft.AspNetCore.Authentication.Google" /> |
| 33 | + <Reference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" /> |
| 34 | + <Reference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" /> |
| 35 | + <Reference Include="Microsoft.AspNetCore.Authentication.Twitter" /> |
| 36 | + <Reference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" /> |
| 37 | + <Reference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" /> |
| 38 | + <Reference Include="Microsoft.AspNetCore.Mvc" /> |
| 39 | + <Reference Include="Microsoft.AspNetCore.Server.HttpSys" /> |
| 40 | + <Reference Include="Microsoft.AspNetCore.Server.IIS" /> |
| 41 | + <Reference Include="Microsoft.AspNetCore.Session" /> |
| 42 | + <Reference Include="Microsoft.AspNetCore.StaticFiles" /> |
| 43 | + <Reference Include="Microsoft.EntityFrameworkCore.InMemory" /> |
| 44 | + <Reference Include="Microsoft.EntityFrameworkCore.SqlServer" /> |
| 45 | + <Reference Include="Microsoft.Extensions.Configuration.CommandLine" /> |
| 46 | + <Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" /> |
48 | 47 | </ItemGroup>
|
49 | 48 |
|
50 | 49 | <Target Name="VerifyPrecompiledViews" AfterTargets="Publish">
|
|
0 commit comments