|
10 | 10 | <OutputPath>bin\Any CPU\$(Configuration)\</OutputPath> |
11 | 11 | <DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.xml</DocumentationFile> |
12 | 12 |
|
13 | | - <Version>4.2.2</Version> |
| 13 | + <Version>4.2.3</Version> |
14 | 14 | <PackageReleaseNotes> |
15 | | - Bug Fixes |
16 | | - * Simplify.Web framework cookies SameSite atrributes set to None with Secured (#111) |
17 | 15 | Updates |
18 | | - * Simplify.DI upgrade to 4.0.10 |
19 | | - * Simplify.System.Sources internal upgrade to 1.3.0 |
| 16 | + * Simplify.DI bump to 4.0.14 |
| 17 | + * Simplify.System.Sources internal upgrade to 1.6 |
| 18 | + * Microsoft.Extensions.Configuration.Json bump to 3.1.12 |
20 | 19 | </PackageReleaseNotes> |
21 | 20 |
|
22 | 21 | <Authors>Alexander Krylkov</Authors> |
|
35 | 34 | </ItemGroup> |
36 | 35 | <ItemGroup> |
37 | 36 | <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
38 | | - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.9" /> |
39 | | - <PackageReference Include="Simplify.DI" Version="4.0.13" /> |
| 37 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.*" /> |
| 38 | + <PackageReference Include="Simplify.DI" Version="4.0.*" /> |
40 | 39 | <PackageReference Include="Simplify.Templates" Version="2.0.0" /> |
41 | 40 | <PackageReference Include="Simplify.String.Sources" Version="1.2.1" PrivateAssets="All" /> |
42 | 41 | <PackageReference Include="Simplify.System.Sources" Version="1.6.0" PrivateAssets="All" /> |
43 | 42 | <PackageReference Include="Simplify.Xml.Sources" Version="1.1.2" PrivateAssets="All" /> |
44 | 43 | </ItemGroup> |
45 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'netcoreapp3.1' "> |
| 44 | + <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' "> |
46 | 45 | <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
47 | 46 | </ItemGroup> |
48 | 47 | <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net462' "> |
49 | | - <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
50 | 48 | <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> |
51 | 49 | <PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" /> |
52 | 50 | <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" /> |
|
0 commit comments