starting the migration
This commit is contained in:
parent
8bd5a1f02d
commit
e377a32732
4 changed files with 164 additions and 99 deletions
|
|
@ -1,81 +1,43 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
<Description>Yavsc Client&Server Api</Description>
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<AssemblyTitle>Yavsc - l'abstrait</AssemblyTitle>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<VersionPrefix>1.0.5</VersionPrefix>
|
||||||
<ProjectGuid>{67F9D3A8-F71E-4428-913F-C37AE82CDB24}</ProjectGuid>
|
<Authors>Paul Schneider <paul@pschneider.fr></Authors>
|
||||||
<OutputType>Library</OutputType>
|
<TargetFrameworks>dnx451;net46;net451</TargetFrameworks>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AssemblyName>Yavsc.Abstract</AssemblyName>
|
||||||
<RootNamespace>Yavsc</RootNamespace>
|
<PackageId>Yavsc.Abstract</PackageId>
|
||||||
<AssemblyName>Yavsc.Abstract</AssemblyName>
|
<PackageTags>Blog;Blog;PoS;Chat</PackageTags>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<PackageProjectUrl>http://yavsc.pschneider.fr</PackageProjectUrl>
|
||||||
<FileAlignment>512</FileAlignment>
|
<PackageLicenseUrl>https://github.com/pazof/yavsc/blob/vnext/LICENSE</PackageLicenseUrl>
|
||||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
<NuGetPackageImportStamp>
|
<RepositoryType>git</RepositoryType>
|
||||||
</NuGetPackageImportStamp>
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
||||||
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
|
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
|
||||||
</PropertyGroup>
|
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
</PropertyGroup>
|
||||||
<DebugSymbols>true</DebugSymbols>
|
|
||||||
<DebugType>full</DebugType>
|
<ItemGroup>
|
||||||
<Optimize>false</Optimize>
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
</ItemGroup>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ItemGroup Condition=" '$(TargetFramework)' == 'dnx451' ">
|
||||||
<WarningLevel>4</WarningLevel>
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
<CodeAnalysisRuleSet />
|
<Reference Include="System" />
|
||||||
</PropertyGroup>
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
</ItemGroup>
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<Optimize>true</Optimize>
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<Reference Include="System" />
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<WarningLevel>4</WarningLevel>
|
</ItemGroup>
|
||||||
<CodeAnalysisRuleSet />
|
|
||||||
</PropertyGroup>
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Lua|AnyCPU'">
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
<OutputPath>bin\Lua\</OutputPath>
|
<Reference Include="System" />
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Optimize>true</Optimize>
|
</ItemGroup>
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
</Project>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ZicMoove|AnyCPU'">
|
|
||||||
<OutputPath>bin\ZicMoove\</OutputPath>
|
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
|
||||||
<Optimize>true</Optimize>
|
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Yavsc|AnyCPU'">
|
|
||||||
<OutputPath>bin\Yavsc\</OutputPath>
|
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
|
||||||
<Optimize>true</Optimize>
|
|
||||||
<DebugType>pdbonly</DebugType>
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WinDev|AnyCPU'">
|
|
||||||
<DebugSymbols>true</DebugSymbols>
|
|
||||||
<OutputPath>bin\WinDev\</OutputPath>
|
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
||||||
<DebugType>full</DebugType>
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
|
||||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
|
||||||
<Target Name="BeforeBuild">
|
|
||||||
</Target>
|
|
||||||
<Target Name="AfterBuild">
|
|
||||||
</Target>
|
|
||||||
-->
|
|
||||||
</Project>
|
|
||||||
|
|
|
||||||
84
Yavsc.Server/Yavsc.Server.csproj
Normal file
84
Yavsc.Server/Yavsc.Server.csproj
Normal file
|
|
@ -0,0 +1,84 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<Description>Yavsc server common library</Description>
|
||||||
|
<VersionPrefix>1.0.5</VersionPrefix>
|
||||||
|
<Authors>Paul Schneider <paul@pschneider.fr></Authors>
|
||||||
|
<TargetFrameworks>dnx451;net451;net46</TargetFrameworks>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<AssemblyName>Yavsc</AssemblyName>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<PackageId>Yavsc.Server</PackageId>
|
||||||
|
<UserSecretsId>aspnet5-YavscWeb-a0dadd21-2ced-43d3-96f9-7e504345102f</UserSecretsId>
|
||||||
|
<PackageTags>Blog;Blog;PoS;Chat</PackageTags>
|
||||||
|
<PackageProjectUrl>http://yavsc.pschneider.fr</PackageProjectUrl>
|
||||||
|
<PackageLicenseUrl>https://github.com/pazof/yavsc/blob/vnext/LICENSE</PackageLicenseUrl>
|
||||||
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
|
<RepositoryType>git</RepositoryType>
|
||||||
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Remove="wwwroot;node_modules;bower_components;contrib" />
|
||||||
|
<EmbeddedResource Include="Resources\**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="../Yavsc.Abstract/Yavsc.Abstract.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="EntityFramework.Commands" Version="7.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="3.0.0-rc1-*" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileProviderExtensions" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Globalization.CultureInfoCache" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Options" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Localization" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
||||||
|
<PackageReference Include="Gapi.net45" Version="1.0.0" />
|
||||||
|
<PackageReference Include="PayPalMerchant-net451" Version="2.7.109" />
|
||||||
|
<PackageReference Include="MailKit" Version="1.12.0" />
|
||||||
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.3.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition=" '$(TargetFramework)' == 'dnx451' ">
|
||||||
|
<Reference Include="System.Json" />
|
||||||
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
|
<Reference Include="System.Linq" />
|
||||||
|
<Reference Include="System.Net" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
||||||
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
|
<Reference Include="System.Json" />
|
||||||
|
<Reference Include="System.Net" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">
|
||||||
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
|
<Reference Include="System.Json" />
|
||||||
|
<Reference Include="System.Net" />
|
||||||
|
<Reference Include="System.Net.Http" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Paul Schneider</Authors>
|
<Description>encore une très petite entreprise</Description>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<VersionPrefix>1.0.5</VersionPrefix>
|
||||||
|
<Authors>Paul Schneider <paul@pschneider.fr></Authors>
|
||||||
|
<TargetFramework>dnx451</TargetFramework>
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
<AssemblyName>Yavsc</AssemblyName>
|
<AssemblyName>Yavsc</AssemblyName>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
|
|
@ -14,20 +16,10 @@
|
||||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
<RepositoryUrl>https://github.com/pazof/yavsc</RepositoryUrl>
|
||||||
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
|
<Compile Remove="wwwroot\**\*;node_modules\**\*;bower_components\**\*;contrib\**\*" />
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.2" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Compile Remove="wwwroot\**\*;node_modules\**\*;bower_components;contrib\**\*" />
|
|
||||||
<EmbeddedResource Include="Resources\**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
|
<EmbeddedResource Include="Resources\**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
|
||||||
<None Update="**.user;**.vspscc;contrib\**\*.*">
|
<None Update="**.user;**.vspscc;contrib\**\*.*">
|
||||||
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
|
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
|
||||||
|
|
@ -35,7 +27,10 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="../OAuth.AspNet.Token/OAuth.AspNet.Token.csproj" />
|
||||||
|
<ProjectReference Include="../OAuth.AspNet.AuthServer/OAuth.AspNet.AuthServer.csproj" />
|
||||||
<ProjectReference Include="../Yavsc.Abstract/Yavsc.Abstract.csproj" />
|
<ProjectReference Include="../Yavsc.Abstract/Yavsc.Abstract.csproj" />
|
||||||
|
<ProjectReference Include="../Yavsc.Server/Yavsc.Server.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -65,14 +60,38 @@
|
||||||
<PackageReference Include="Microsoft.AspNet.StaticFiles" Version="1.0.0-rc1-*" />
|
<PackageReference Include="Microsoft.AspNet.StaticFiles" Version="1.0.0-rc1-*" />
|
||||||
<PackageReference Include="Microsoft.AspNet.Tooling.Razor" Version="1.0.0-rc1-*" />
|
<PackageReference Include="Microsoft.AspNet.Tooling.Razor" Version="1.0.0-rc1-*" />
|
||||||
<PackageReference Include="Microsoft.AspNet.WebSockets.Server" Version="1.0.0-rc1-*" />
|
<PackageReference Include="Microsoft.AspNet.WebSockets.Server" Version="1.0.0-rc1-*" />
|
||||||
|
<PackageReference Include="Microsoft.AspNet.Session" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" />
|
||||||
|
<PackageReference Include="Microsoft.AspNet.Http.Extensions" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.AspNet.Authentication.JwtBearer" Version="1.0.0-rc1-final" />
|
||||||
<PackageReference Include="Microsoft.AspNet.DataProtection" Version="1.0.0-rc1-final" />
|
<PackageReference Include="Microsoft.AspNet.DataProtection" Version="1.0.0-rc1-final" />
|
||||||
<PackageReference Include="Microsoft.AspNet.DataProtection.SystemWeb" Version="1.0.0-rc1-final" />
|
<PackageReference Include="Microsoft.AspNet.DataProtection.SystemWeb" Version="1.0.0-rc1-final" />
|
||||||
<PackageReference Include="Microsoft.AspNet.Authentication.OAuth" Version="1.0.0-rc1-final" />
|
<PackageReference Include="Microsoft.AspNet.Authentication.OAuth" Version="1.0.0-rc1-final" />
|
||||||
<PackageReference Include="Microsoft.AspNet.Mvc.Formatters.Json" Version="6.0.0-rc1-final" />
|
<PackageReference Include="Microsoft.AspNet.Mvc.Formatters.Json" Version="6.0.0-rc1-final" />
|
||||||
<PackageReference Include="Microsoft.AspNet.OWin" Version="1.0.0-rc1-final" />
|
<PackageReference Include="Microsoft.AspNet.OWin" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.Framework.ConfigurationModel.Json" Version="1.0.0-beta4" />
|
||||||
|
<PackageReference Include="Microsoft.Framework.Configuration.Abstractions" Version="1.0.0-beta8" />
|
||||||
|
<PackageReference Include="Microsoft.Framework.Configuration.Binder" Version="1.0.0-beta8" />
|
||||||
|
<PackageReference Include="Microsoft.Framework.Configuration.Json" Version="1.0.0-beta8" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileProviderExtensions" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Globalization.CultureInfoCache" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Localization" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.WebEncoders.Core" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Options" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.WebEncoders" Version="1.0.2" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.CodeGeneration" Version="1.0.0-rc1-final" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.CodeGenerators.Mvc" Version="1.0.0-rc1-final" />
|
||||||
<PackageReference Include="System.Json" Version="4.0.20126.16343" />
|
<PackageReference Include="System.Json" Version="4.0.20126.16343" />
|
||||||
<PackageReference Include="Microsoft.AspNet.Http.Extensions" Version="1.0.0-rc1-final" />
|
|
||||||
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="1.5.0" />
|
|
||||||
<PackageReference Include="PayPalMerchant-net451" Version="2.7.109" />
|
<PackageReference Include="PayPalMerchant-net451" Version="2.7.109" />
|
||||||
<PackageReference Include="Gapi.net45" Version="1.0.0" />
|
<PackageReference Include="Gapi.net45" Version="1.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
"OAuth.AspNet.Server"
|
"OAuth.AspNet.Server"
|
||||||
],
|
],
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "1.0.0-rc1-update2",
|
"version": "2.1.300-preview2-008533",
|
||||||
"runtime": "mono",
|
"runtime": "dotnet",
|
||||||
"architecture": "x64"
|
"architecture": "x64"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue