more target frameworks

This commit is contained in:
2018-06-27 17:00:05 +02:00
parent fea84e2df7
commit 4257a65918
11 changed files with 7344 additions and 28 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>encore une très petite entreprise</Description>
<VersionPrefix>1.0.5</VersionPrefix>
@ -17,7 +17,6 @@
<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)" />
@ -25,14 +24,12 @@
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</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.Server/Yavsc.Server.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EntityFramework.Commands" Version="7.0.0-rc1-final" />
<PackageReference Include="EntityFramework.Core" Version="7.0.0-rc1-final" />
@ -95,17 +92,20 @@
<PackageReference Include="PayPalMerchant-net451" Version="2.7.109" />
<PackageReference Include="Gapi.net45" Version="1.0.0" />
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
<Exec Command="gulp min" />
</Target>
<ItemGroup Condition=" '$(TargetFramework)' == 'dnx451' ">
<Reference Include="System.Drawing" />
<Reference Include="System.Net" />
<Reference Include="System.Xml" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
<Content Include="Controllers\ProjectController.cs" />
<Content Include="Controllers\PeriodController.cs" />
<Content Include="Views\Project\Index.cshtml" />
<Content Include="Views\Project\Create.cshtml" />
<Content Include="Helpers\PageHelpers.cs" />
<Content Include="Migrations\20180625113528_Git.cs" />
</ItemGroup>
</Project>
</Project>

0
Yavsc/Yavsc.csproj' Normal file
View File

View File

@ -97,7 +97,6 @@
"Microsoft.AspNet.Session": "1.0.0-rc1-final",
"Microsoft.AspNet.Web.Optimization": "1.1.3",
"Microsoft.AspNet.Http.Extensions": "1.0.0-rc1-final",
"Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-rc1-final",
"Microsoft.AspNet.DataProtection": "1.0.0-rc1-final",
"Microsoft.AspNet.DataProtection.SystemWeb": "1.0.0-rc1-final",
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-rc1-final",
@ -158,9 +157,7 @@
"System.Net": "4.0.0.0",
"System.Xml": "4.0.0.0",
"System": "4.0.0.0"
},
"net451": {},
"net46": {}
}
}
},
"publishOptions": {