Skip to content

Commit

Permalink
Added support to UWP by changing the PCL to profile7.
Browse files Browse the repository at this point in the history
  • Loading branch information
giusepe committed Dec 5, 2016
1 parent eed4668 commit 61b1184
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -26,7 +26,8 @@ autom4te.cache/
*.tar.gz
tarballs/
test-results/
Thumbs.db
Thumbs.db
*.db

#Mac bundle stuff
*.dmg
Expand Down
Expand Up @@ -29,7 +29,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -39,14 +39,14 @@
<Compile Include="EntityWithIdStringStub.cs" />
<Compile Include="EntityUserStub.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Skahal.Infrastructure.Framework.Domain\Skahal.Infrastructure.Framework.Domain.csproj">
<Project>{96D5AFA1-6E1D-43F2-9E2B-5CE55F85131C}</Project>
<Name>Skahal.Infrastructure.Framework.Domain</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.4.1" targetFramework="net45" />
<package id="NUnit" version="3.5.0" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions src/Skahal.Infrastructure.Framework.Domain.nuspec
Expand Up @@ -2,14 +2,14 @@
<package >
<metadata>
<id>Skahal.Infrastructure.Framework.Domain</id>
<version>1.0.1</version>
<version>1.1.0</version>
<authors>Skahal</authors>
<owners>g1acomell1,giusepecasagrande</owners>
<licenseUrl>https://github.com/skahal/Skahal.Infrastructure.Framework.Domain/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/skahal/Skahal.Infrastructure.Framework.Domain</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Skahal's infrastructure framework used in games and apps.</description>
<releaseNotes>Split the Skahal.Infrastructure.Framework.Domain in several smaller parts.</releaseNotes>
<releaseNotes>Added support to UWP by changing the PCL to profile7.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>ddd unitOfWork framework repository entity</tags>
</metadata>
Expand Down
Expand Up @@ -5,12 +5,11 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{96D5AFA1-6E1D-43F2-9E2B-5CE55F85131C}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<UseMSBuildEngine>true</UseMSBuildEngine>
<OutputType>Library</OutputType>
<RootNamespace>Skahal.Infrastructure.Framework.Domain</RootNamespace>
<AssemblyName>Skahal.Infrastructure.Framework.Domain</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 61b1184

Please sign in to comment.