diff --git a/cli-windows/build-bits.ps1 b/cli-windows/build-bits.ps1
index 96caa7f26..6a5a06d86 100644
--- a/cli-windows/build-bits.ps1
+++ b/cli-windows/build-bits.ps1
@@ -20,6 +20,7 @@ $projectPaths =
@{Path="$rootPath\src\Services\Location\Locations.API";Prj="Locations.API.csproj"},
@{Path="$rootPath\src\Services\Marketing\Marketing.API";Prj="Marketing.API.csproj"},
@{Path="$rootPath\src\Services\Payment\Payment.API";Prj="Payment.API.csproj"},
+ @{Path="$rootPath\src\Services\GracePeriod\GracePeriodManager";Prj="GracePeriodManager.csproj"},
@{Path="$rootPath\src\Web\WebStatus";Prj="WebStatus.csproj"}
$projectPaths | foreach {
diff --git a/global.json b/global.json
index 6c30ddc76..7d2a1589c 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version":"2.0.0-preview1-005977"
+ "version":"2.0.0-preview2-006497"
}
}
\ No newline at end of file
diff --git a/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj b/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj
index a8024b7e5..2f519fc95 100644
--- a/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj
+++ b/src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj
@@ -11,7 +11,7 @@
diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
index d59c999c1..f033ad159 100644
--- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
+++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
index cc3d51f6a..30225c299 100644
--- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
+++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj
index c0a9c571a..8ef22e156 100644
--- a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj
+++ b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/src/BuildingBlocks/Resilience/Resilience.Http/Resilience.Http.csproj b/src/BuildingBlocks/Resilience/Resilience.Http/Resilience.Http.csproj
index e472bb7a5..1f094380c 100644
--- a/src/BuildingBlocks/Resilience/Resilience.Http/Resilience.Http.csproj
+++ b/src/BuildingBlocks/Resilience/Resilience.Http/Resilience.Http.csproj
@@ -7,8 +7,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/Services/Basket/Basket.API/Basket.API.csproj b/src/Services/Basket/Basket.API/Basket.API.csproj
index d2e8d5173..13f2830db 100644
--- a/src/Services/Basket/Basket.API/Basket.API.csproj
+++ b/src/Services/Basket/Basket.API/Basket.API.csproj
@@ -2,7 +2,7 @@
netcoreapp2.0
- $(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\..\docker-compose.dcproj
@@ -19,16 +19,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Services/Catalog/Catalog.API/Catalog.API.csproj b/src/Services/Catalog/Catalog.API/Catalog.API.csproj
index 5cd6691ab..31b600c02 100644
--- a/src/Services/Catalog/Catalog.API/Catalog.API.csproj
+++ b/src/Services/Catalog/Catalog.API/Catalog.API.csproj
@@ -7,7 +7,7 @@
Catalog.API
Catalog.API
aspnet-Catalog.API-20161122013618
- $(PackageTargetFallback);dotnet5.6;portable-net45+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\..\docker-compose.dcproj
@@ -28,24 +28,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Services/Catalog/Catalog.API/Startup.cs b/src/Services/Catalog/Catalog.API/Startup.cs
index c5784b6a4..39ebf519d 100644
--- a/src/Services/Catalog/Catalog.API/Startup.cs
+++ b/src/Services/Catalog/Catalog.API/Startup.cs
@@ -7,6 +7,7 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
+ using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
diff --git a/src/Services/GracePeriod/GracePeriodManager/GracePeriodManager.csproj b/src/Services/GracePeriod/GracePeriodManager/GracePeriodManager.csproj
index f239692b7..c37a06663 100644
--- a/src/Services/GracePeriod/GracePeriodManager/GracePeriodManager.csproj
+++ b/src/Services/GracePeriod/GracePeriodManager/GracePeriodManager.csproj
@@ -8,15 +8,15 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/src/Services/Identity/Identity.API/Identity.API.csproj b/src/Services/Identity/Identity.API/Identity.API.csproj
index 4f175503c..373e47a33 100644
--- a/src/Services/Identity/Identity.API/Identity.API.csproj
+++ b/src/Services/Identity/Identity.API/Identity.API.csproj
@@ -4,7 +4,7 @@
netcoreapp1.1
1.1.2
aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5
- $(PackageTargetFallback);dotnet5.6;portable-net45+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\..\docker-compose.dcproj
@@ -34,9 +34,6 @@
-
- All
-
diff --git a/src/Services/Location/Locations.API/Locations.API.csproj b/src/Services/Location/Locations.API/Locations.API.csproj
index 01cb58ec5..2ede0db1f 100644
--- a/src/Services/Location/Locations.API/Locations.API.csproj
+++ b/src/Services/Location/Locations.API/Locations.API.csproj
@@ -13,19 +13,19 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/Services/Marketing/Marketing.API/Marketing.API.csproj b/src/Services/Marketing/Marketing.API/Marketing.API.csproj
index b8af9107a..0e886a2ea 100644
--- a/src/Services/Marketing/Marketing.API/Marketing.API.csproj
+++ b/src/Services/Marketing/Marketing.API/Marketing.API.csproj
@@ -4,7 +4,7 @@
netcoreapp2.0
..\..\..\..\docker-compose.dcproj
Microsoft.eShopOnContainers.Services.Marketing.API
- portable-net45+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
aspnet-Marketing.API-20161122013619
@@ -19,28 +19,27 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Services/Marketing/Marketing.API/Startup.cs b/src/Services/Marketing/Marketing.API/Startup.cs
index a31055d39..909ca1235 100644
--- a/src/Services/Marketing/Marketing.API/Startup.cs
+++ b/src/Services/Marketing/Marketing.API/Startup.cs
@@ -23,6 +23,7 @@
using Polly;
using System.Threading.Tasks;
using System.Data.SqlClient;
+ using Microsoft.EntityFrameworkCore.Diagnostics;
public class Startup
{
diff --git a/src/Services/Ordering/Ordering.API/Ordering.API.csproj b/src/Services/Ordering/Ordering.API/Ordering.API.csproj
index 80c3d9068..13cdad1a0 100644
--- a/src/Services/Ordering/Ordering.API/Ordering.API.csproj
+++ b/src/Services/Ordering/Ordering.API/Ordering.API.csproj
@@ -3,7 +3,7 @@
netcoreapp2.0
aspnet-Ordering.API-20161122013547
- $(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\..\docker-compose.dcproj
@@ -32,31 +32,31 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
diff --git a/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj b/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj
index 187dc56fc..2673abf84 100644
--- a/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj
+++ b/src/Services/Ordering/Ordering.Domain/Ordering.Domain.csproj
@@ -5,7 +5,7 @@
Ordering.Domain
2.0.0-preview1-25301-01
Ordering.Domain
- $(PackageTargetFallback);dnxcore50
+ $(AssetTargetFallback);dnxcore50;
false
false
false
@@ -14,7 +14,7 @@
-
+
diff --git a/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj b/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj
index ea8d8c29b..f37446084 100644
--- a/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj
+++ b/src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj
@@ -1,11 +1,10 @@
- netstandard1.4
+ netstandard2.0
Ordering.Infrastructure
Ordering.Infrastructure
- 2.0.0-preview1-25301-01
- $(PackageTargetFallback);dnxcore50
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
false
false
false
@@ -16,9 +15,9 @@
-
-
-
+
+
+
diff --git a/src/Services/Payment/Payment.API/Payment.API.csproj b/src/Services/Payment/Payment.API/Payment.API.csproj
index 1bbb9696b..6152a78fa 100644
--- a/src/Services/Payment/Payment.API/Payment.API.csproj
+++ b/src/Services/Payment/Payment.API/Payment.API.csproj
@@ -3,7 +3,7 @@
netcoreapp2.0
..\..\..\..\docker-compose.dcproj
- portable-net45+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
@@ -12,14 +12,14 @@
-
-
-
-
-
+
+
+
+
+
-
-
+
+
diff --git a/src/Web/WebMVC/ViewModels/ApplicationUser.cs b/src/Web/WebMVC/ViewModels/ApplicationUser.cs
index 0602a9c95..23016a6db 100644
--- a/src/Web/WebMVC/ViewModels/ApplicationUser.cs
+++ b/src/Web/WebMVC/ViewModels/ApplicationUser.cs
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.ComponentModel.DataAnnotations;
-using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
+using Microsoft.AspNetCore.Identity;
namespace Microsoft.eShopOnContainers.WebMVC.ViewModels
{
diff --git a/src/Web/WebMVC/WebMVC.csproj b/src/Web/WebMVC/WebMVC.csproj
index b8a57a359..d7f1cabdb 100644
--- a/src/Web/WebMVC/WebMVC.csproj
+++ b/src/Web/WebMVC/WebMVC.csproj
@@ -3,7 +3,7 @@
netcoreapp2.0
aspnet-Microsoft.eShopOnContainers-946ae052-8305-4a99-965b-ec8636ddbae3
- $(PackageTargetFallback);dotnet5.6;portable-net45+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\docker-compose.dcproj
@@ -16,29 +16,26 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- All
-
-
-
-
-
+
+
+
+
diff --git a/src/Web/WebMonolithic/eShopWeb/eShopWeb.csproj b/src/Web/WebMonolithic/eShopWeb/eShopWeb.csproj
index 749087ce4..cf53a938a 100644
--- a/src/Web/WebMonolithic/eShopWeb/eShopWeb.csproj
+++ b/src/Web/WebMonolithic/eShopWeb/eShopWeb.csproj
@@ -21,7 +21,6 @@
-
diff --git a/src/Web/WebSPA/WebSPA.csproj b/src/Web/WebSPA/WebSPA.csproj
index c598d700e..155d65d95 100644
--- a/src/Web/WebSPA/WebSPA.csproj
+++ b/src/Web/WebSPA/WebSPA.csproj
@@ -3,7 +3,7 @@
netcoreapp2.0
aspnetcorespa-c23d27a4-eb88-4b18-9b77-2a93f3b15119
- $(PackageTargetFallback);dotnet5.6;portable-net45+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\docker-compose.dcproj
false
true
@@ -25,29 +25,26 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- All
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Web/WebStatus/WebStatus.csproj b/src/Web/WebStatus/WebStatus.csproj
index 409c7362f..56c5766f5 100644
--- a/src/Web/WebStatus/WebStatus.csproj
+++ b/src/Web/WebStatus/WebStatus.csproj
@@ -1,15 +1,15 @@
netcoreapp2.0
- $(PackageTargetFallback);portable-net45+win8+wp8+wpa81;
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
..\..\..\docker-compose.dcproj
-
+
-
+
diff --git a/test/Services/FunctionalTests/FunctionalTests.csproj b/test/Services/FunctionalTests/FunctionalTests.csproj
index 1bf5db148..f9f58a318 100644
--- a/test/Services/FunctionalTests/FunctionalTests.csproj
+++ b/test/Services/FunctionalTests/FunctionalTests.csproj
@@ -3,7 +3,7 @@
netcoreapp2.0
true
- $(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
false
false
false
diff --git a/test/Services/IntegrationTests/IntegrationTests.csproj b/test/Services/IntegrationTests/IntegrationTests.csproj
index 8578b7adf..d787b10fc 100644
--- a/test/Services/IntegrationTests/IntegrationTests.csproj
+++ b/test/Services/IntegrationTests/IntegrationTests.csproj
@@ -5,7 +5,7 @@
FunctionalTests
FunctionalTests
true
- $(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
false
false
false
diff --git a/test/Services/UnitTest/UnitTest.csproj b/test/Services/UnitTest/UnitTest.csproj
index e5a1cb835..ec396c982 100644
--- a/test/Services/UnitTest/UnitTest.csproj
+++ b/test/Services/UnitTest/UnitTest.csproj
@@ -3,7 +3,7 @@
netcoreapp2.0
true
- $(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8
+ $(AssetTargetFallback);portable-net45+win8+wp8+wpa81;
false
false
false