forked from laniatech/Checkout-NET-SDK
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/PayPal.Sdk.Checkout (…
…#156) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cc42edb
commit dc31684
Showing
1 changed file
with
77 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net7.0;net8.0</TargetFrameworks> | ||
<LangVersion>12.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<VersionPrefix>1.0.0</VersionPrefix> | ||
<Owners>PayPal</Owners> | ||
<RepositoryUrl>https://github.com/aviationexam/PayPal.Sdk.Checkout</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageProjectUrl>https://github.com/aviationexam/PayPal.Sdk.Checkout</PackageProjectUrl> | ||
<Title>PayPalCheckoutSdk</Title> | ||
<Authors>PayPal, Aviationexams</Authors> | ||
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' " Label="Enable AOT"> | ||
<IsAotCompatible>true</IsAotCompatible> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!-- DefaultJsonSerializerContext configuration is required to generate UseEnumConverters method --> | ||
<AVI_EJC_DefaultJsonSerializerContext_ClassAccessibility>internal</AVI_EJC_DefaultJsonSerializerContext_ClassAccessibility> | ||
<AVI_EJC_DefaultJsonSerializerContext_Namespace>PayPal.Sdk.Checkout.Core.MessageSerializers</AVI_EJC_DefaultJsonSerializerContext_Namespace> | ||
<AVI_EJC_DefaultJsonSerializerContext_ClassName>PayPalJsonSerializerContext</AVI_EJC_DefaultJsonSerializerContext_ClassName> | ||
|
||
<!-- Allowed options BackingType, FirstEnumName. Default value FirstEnumName --> | ||
<AVI_EJC_DefaultEnumSerializationStrategy>FirstEnumName</AVI_EJC_DefaultEnumSerializationStrategy> | ||
|
||
<!-- Allowed options UseBackingType, UseEnumName, or UseBackingType|UseEnumName (DeserializationStrategy is Flags enum). Default value UseEnumName --> | ||
<AVI_EJC_DefaultEnumDeserializationStrategy>UseBackingType|UseEnumName</AVI_EJC_DefaultEnumDeserializationStrategy> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Configure GitInfo"> | ||
<GitInfo_RootDirectory>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'PayPal.Sdk.Checkout.sln'))\.git</GitInfo_RootDirectory> | ||
|
||
<GitInfo_Namespace>PayPal.Sdk.Checkout</GitInfo_Namespace> | ||
|
||
<!-- optional, default value 9 --> | ||
<GitInfo_CommitAbbreviatedLength>9</GitInfo_CommitAbbreviatedLength> | ||
|
||
<!-- optional, default value true --> | ||
<GitInfo_UseCache>true</GitInfo_UseCache> | ||
|
||
<!-- optional, default value false --> | ||
<!-- it check only cache existence, not that HEAD equals HEAD in cache --> | ||
<GitInfo_UseAggressiveCache>false</GitInfo_UseAggressiveCache> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Aviationexam.GeneratedJsonConverters.SourceGenerator" Version="0.1.16" PrivateAssets="all" /> | ||
<PackageReference Include="GitReader.SourceGenerator" Version="0.1.9" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' "> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> | ||
<PackageReference Include="System.Text.Json" Version="8.0.3" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> | ||
<PackageReference Include="System.Text.Json" Version="8.0.3" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net7.0;net8.0</TargetFrameworks> | ||
<LangVersion>12.0</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<VersionPrefix>1.0.0</VersionPrefix> | ||
<Owners>PayPal</Owners> | ||
<RepositoryUrl>https://github.com/aviationexam/PayPal.Sdk.Checkout</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageProjectUrl>https://github.com/aviationexam/PayPal.Sdk.Checkout</PackageProjectUrl> | ||
<Title>PayPalCheckoutSdk</Title> | ||
<Authors>PayPal, Aviationexams</Authors> | ||
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' " Label="Enable AOT"> | ||
<IsAotCompatible>true</IsAotCompatible> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!-- DefaultJsonSerializerContext configuration is required to generate UseEnumConverters method --> | ||
<AVI_EJC_DefaultJsonSerializerContext_ClassAccessibility>internal</AVI_EJC_DefaultJsonSerializerContext_ClassAccessibility> | ||
<AVI_EJC_DefaultJsonSerializerContext_Namespace>PayPal.Sdk.Checkout.Core.MessageSerializers</AVI_EJC_DefaultJsonSerializerContext_Namespace> | ||
<AVI_EJC_DefaultJsonSerializerContext_ClassName>PayPalJsonSerializerContext</AVI_EJC_DefaultJsonSerializerContext_ClassName> | ||
|
||
<!-- Allowed options BackingType, FirstEnumName. Default value FirstEnumName --> | ||
<AVI_EJC_DefaultEnumSerializationStrategy>FirstEnumName</AVI_EJC_DefaultEnumSerializationStrategy> | ||
|
||
<!-- Allowed options UseBackingType, UseEnumName, or UseBackingType|UseEnumName (DeserializationStrategy is Flags enum). Default value UseEnumName --> | ||
<AVI_EJC_DefaultEnumDeserializationStrategy>UseBackingType|UseEnumName</AVI_EJC_DefaultEnumDeserializationStrategy> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Configure GitInfo"> | ||
<GitInfo_RootDirectory>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), 'PayPal.Sdk.Checkout.sln'))\.git</GitInfo_RootDirectory> | ||
|
||
<GitInfo_Namespace>PayPal.Sdk.Checkout</GitInfo_Namespace> | ||
|
||
<!-- optional, default value 9 --> | ||
<GitInfo_CommitAbbreviatedLength>9</GitInfo_CommitAbbreviatedLength> | ||
|
||
<!-- optional, default value true --> | ||
<GitInfo_UseCache>true</GitInfo_UseCache> | ||
|
||
<!-- optional, default value false --> | ||
<!-- it check only cache existence, not that HEAD equals HEAD in cache --> | ||
<GitInfo_UseAggressiveCache>false</GitInfo_UseAggressiveCache> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Aviationexam.GeneratedJsonConverters.SourceGenerator" Version="0.1.16" PrivateAssets="all" /> | ||
<PackageReference Include="GitReader.SourceGenerator" Version="0.1.9" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' "> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> | ||
<PackageReference Include="System.Text.Json" Version="8.0.4" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" /> | ||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" /> | ||
<PackageReference Include="System.Text.Json" Version="8.0.4" /> | ||
</ItemGroup> | ||
|
||
</Project> |