Ignore:
Timestamp:
11/14/20 12:27:30 (3 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
68454c6
Parents:
ad60966
Message:

Fix bugs, add some more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/Farmatiko.csproj

    rad60966 r1db5673  
    1515  <ItemGroup>
    1616    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.9" />
     17    <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.10" />
     18    <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.10" />
    1719    <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.6" />
    18     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.6" />
    19     <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.6">
     20    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.10" />
     21    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.10">
    2022      <PrivateAssets>all</PrivateAssets>
    2123      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    2224    </PackageReference>
    23     <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.6">
     25    <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.10">
    2426      <PrivateAssets>all</PrivateAssets>
    2527      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    2628    </PackageReference>
     29    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
    2730    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="3.1.4" />
    2831  </ItemGroup>
     
    3841    <Compile Remove="Controllers\WeatherForecastController.cs" />
    3942    <Compile Remove="WeatherForecast.cs" />
     43  </ItemGroup>
     44
     45  <ItemGroup>
     46    <None Include="..\.editorconfig" Link=".editorconfig" />
    4047  </ItemGroup>
    4148
Note: See TracChangeset for help on using the changeset viewer.