Skip to content

Commit a8490a1

Browse files
committed
Adding .NET 6 Support
1 parent e2746fe commit a8490a1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/NetDevPack.Identity/NetDevPack.Identity.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
3434
</ItemGroup>
3535

36-
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
37-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1" />
38-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.1" />
39-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.1" />
40-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
41-
</ItemGroup>
36+
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
37+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.1" />
38+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.1" />
39+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.1" />
40+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
41+
</ItemGroup>
4242

4343

4444
<ItemGroup>

0 commit comments

Comments
 (0)