|
|
|
|
@ -18,18 +18,18 @@
|
|
|
|
|
|
|
|
|
|
<ItemGroup Condition="'$(Framework)' != 'netcoreapp1.1'">
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.0" Condition="'$(IncludeApplicationInsights)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.0.6" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.0.4" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="1.0.4" Condition="'$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.0.4" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.0.4" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.0.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.0.5" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.0.5" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Design" Version="1.0.5" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.0.5" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="1.0.5" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.0.7" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.0.5" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="1.0.5" Condition="'$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.0.5" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.0.5" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.0.6" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.0.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.0.6" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.0.6" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Design" Version="1.0.6" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.0.6" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="1.0.6" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.0.2" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.0.2" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.0.2" />
|
|
|
|
|
@ -38,18 +38,18 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition="'$(Framework)' == 'netcoreapp1.1'">
|
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.0" Condition="'$(IncludeApplicationInsights)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.3" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.3" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="1.1.3" Condition="'$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.1.3" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.1.3" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.1.4" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.1.4" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.3" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.3" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.1.3" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Design" Version="1.1.3" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.3" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="1.1.3" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.4" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="1.1.4" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Design" Version="1.1.4" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' != 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.4" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="1.1.4" PrivateAssets="All" Condition=" '$(IndividualAuth)' == 'True' AND '$(UseLocalDB)' == 'True' " />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.1.2" PrivateAssets="All" Condition="'$(IndividualAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.2" Condition="'$(IndividualAuth)' == 'True' OR '$(OrganizationalAuth)' == 'True'" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
|
|
|
|
|
|