Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump system.text.json from 4.7.1 to 8.0.4 in /Web Toolkit #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 35 additions & 35 deletions Web Toolkit/Web Toolkit.csproj
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AssemblyName>NeoSmart.Web</AssemblyName>
<RootNamespace>NeoSmart.Web</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>NeoSmart.Web</PackageId>
<Version>3.1.2</Version>
<Authors>NeoSmart Technologies, Mahmoud Al-Qudsi</Authors>
<Company>NeoSmart Technologies</Company>
<Description>Extension methods and helper classes specifically for the web. Includes a ScopedMutex, SafeLookup helpers for NameValueCollection, FormCollection, and Dictionary types, and dependency-free implementations of client-side signing for S3 and CloudFront. Email validation, DNS lookup, SEO redirection, URL helpers, DateTime conversion to Unix, referer validation, and more.</Description>
<Copyright>Copyright NeoSmart Technologies 2012-2020</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/neosmart/web</PackageProjectUrl>
<RepositoryUrl>https://github.com/neosmart/web</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags></PackageTags>
<PackageReleaseNotes>Initial release on nuget for .NET Standard 2.1/.NET Core 3.1</PackageReleaseNotes>
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<FileVersion>3.1.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ARSoft.Tools.Net.Core" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures">
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="system.text.json" Version="4.7.1" />
<PackageReference Include="urlbase64" Version="0.1.2" />
<PackageReference Include="xxHash.Core" Version="0.3.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AssemblyName>NeoSmart.Web</AssemblyName>
<RootNamespace>NeoSmart.Web</RootNamespace>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>NeoSmart.Web</PackageId>
<Version>3.1.2</Version>
<Authors>NeoSmart Technologies, Mahmoud Al-Qudsi</Authors>
<Company>NeoSmart Technologies</Company>
<Description>Extension methods and helper classes specifically for the web. Includes a ScopedMutex, SafeLookup helpers for NameValueCollection, FormCollection, and Dictionary types, and dependency-free implementations of client-side signing for S3 and CloudFront. Email validation, DNS lookup, SEO redirection, URL helpers, DateTime conversion to Unix, referer validation, and more.</Description>
<Copyright>Copyright NeoSmart Technologies 2012-2020</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/neosmart/web</PackageProjectUrl>
<RepositoryUrl>https://github.com/neosmart/web</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags></PackageTags>
<PackageReleaseNotes>Initial release on nuget for .NET Standard 2.1/.NET Core 3.1</PackageReleaseNotes>
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<FileVersion>3.1.2.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ARSoft.Tools.Net.Core" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures">
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="system.text.json" Version="8.0.4" />
<PackageReference Include="urlbase64" Version="0.1.2" />
<PackageReference Include="xxHash.Core" Version="0.3.0" />
</ItemGroup>
</Project>