Skip to content

Commit

Permalink
linq2db 1.9.0
Browse files Browse the repository at this point in the history
version 1.2.1
  • Loading branch information
ili committed Aug 30, 2017
1 parent 420bab5 commit fb1eed1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json'

environment:
nugetVersion: 1.2.0
nugetVersion: 1.2.1

version: $(nugetVersion).{build}

Expand Down
4 changes: 0 additions & 4 deletions samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<Compile Remove=".\Data\Migrations\*.cs" />
</ItemGroup>

<ItemGroup>
<Compile Include="Models\AccountViewModels\ExternalLoginConfirmationViewModel.cs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\LinqToDB.Identity\LinqToDB.Identity.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/LinqToDB.Identity/LinqToDB.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="1.1.2" />
<PackageReference Include="linq2db.core" Version="1.8.3" />
<PackageReference Include="linq2db.core" Version="1.9.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit fb1eed1

Please sign in to comment.