|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netcoreapp2.0;netcoreapp2.1;netcoreapp3.1;net462;net5.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netcoreapp3.1;net462;net5.0</TargetFrameworks> |
5 | 5 | <WarningsAsErrors>true</WarningsAsErrors> |
6 | 6 | <CodeAnalysisRuleSet>..\stylecop.ruleset</CodeAnalysisRuleSet> |
7 | 7 | <NoWarn>1701;1702;1705;1591;1573;1572;1574</NoWarn> |
8 | 8 | <Version>5.1.8</Version><AssemblyVersion>5.1.8.0</AssemblyVersion><FileVersion>5.1.8.0</FileVersion></PropertyGroup> |
9 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
10 | | - <ReferringTargetFrameworkForProjectReferences>.NETStandard,Version=v2.0</ReferringTargetFrameworkForProjectReferences> |
11 | | - <DefineConstants>NETCOREAPP2_0;</DefineConstants> |
12 | | - </PropertyGroup> |
13 | | - <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'"> |
14 | | - <ReferringTargetFrameworkForProjectReferences>.NETStandard,Version=v2.0</ReferringTargetFrameworkForProjectReferences> |
15 | | - <DefineConstants>NETCOREAPP2_1;</DefineConstants> |
16 | | - </PropertyGroup> |
17 | 9 | <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'"> |
18 | 10 | <ReferringTargetFrameworkForProjectReferences>.NETStandard,Version=v2.0</ReferringTargetFrameworkForProjectReferences> |
19 | 11 | <DefineConstants>NETCOREAPP3_1;</DefineConstants> |
|
103 | 95 | <PackageReference Include="Swashbuckle.AspNetCore.SwaggerUi" Version="4.0.1" /> |
104 | 96 | <PackageReference Include="MailKit" Version="2.6.0" /> |
105 | 97 | <PackageReference Include="Serilog.Extensions.Logging.File" Version="2.0.0" /> |
106 | | - </ItemGroup> |
107 | | - |
108 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'"> |
109 | | - <ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" /> |
110 | | - <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> |
111 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" /> |
112 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" /> |
113 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.2.0" /> |
114 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> |
115 | | - <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> |
116 | | - </ItemGroup> |
117 | | - |
118 | | - <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'"> |
119 | | - <ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" /> |
120 | | - <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" /> |
121 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Abstractions" Version="2.2.0" /> |
122 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" /> |
123 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.2.0" /> |
124 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> |
125 | | - <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> |
126 | | - </ItemGroup> |
127 | | - |
| 98 | + </ItemGroup> |
128 | 99 | <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'"> |
129 | 100 | <ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" /> |
130 | 101 | <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" /> |
|
134 | 105 | <ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" /> |
135 | 106 | <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" /> |
136 | 107 | </ItemGroup> |
| 108 | + |
| 109 | + <ItemGroup Condition="'$(TargetFramework)' == 'net6.0'"> |
| 110 | + <ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" /> |
| 111 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" /> |
| 112 | + </ItemGroup> |
137 | 113 |
|
138 | 114 | <ItemGroup Condition="'$(TargetFramework)' == 'net462'"> |
139 | 115 | <ProjectReference Include="..\FlubuCore.LiteDb\FlubuCore.LiteDb.csproj" > |
|
0 commit comments