Skip to content

Commit e5b3a94

Browse files
committed
Upgrading to VS2017!
1 parent ffa8cbd commit e5b3a94

File tree

8 files changed

+80
-120
lines changed

8 files changed

+80
-120
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<VersionPrefix>0.2.0</VersionPrefix>
5+
<TargetFramework>netcoreapp1.0</TargetFramework>
6+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7+
<AssemblyName>AgileObjects.NetStandardPolyfills.UnitTests</AssemblyName>
8+
<PackageId>NetStandardPolyfills.UnitTests</PackageId>
9+
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
10+
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
11+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
12+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
13+
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
14+
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
15+
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
16+
</PropertyGroup>
17+
18+
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
19+
<ProjectReference Include="..\NetStandardPolyfills\NetStandardPolyfills.csproj" />
20+
<PackageReference Include="System.Data.Common" Version="4.1.0" />
21+
<PackageReference Include="Shouldly" Version="2.8.2" />
22+
</ItemGroup>
23+
24+
<ItemGroup>
25+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
26+
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
27+
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
28+
</ItemGroup>
29+
30+
</Project>

NetStandardPolyfills.UnitTests/NetStandardPolyfills.UnitTests.xproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

NetStandardPolyfills.UnitTests/project.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

NetStandardPolyfills.sln

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NetStandardPolyfills", "NetStandardPolyfills\NetStandardPolyfills.xproj", "{471A218A-9964-4C9E-843D-26032E989F00}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B5957F8-E7DD-4B2B-9AE4-E7628FF69676}"
97
ProjectSection(SolutionItems) = preProject
10-
global.json = global.json
118
LICENCE.md = LICENCE.md
129
NuGetPack.bat = NuGetPack.bat
1310
README.md = README.md
1411
EndProjectSection
1512
EndProject
16-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "NetStandardPolyfills.UnitTests", "NetStandardPolyfills.UnitTests\NetStandardPolyfills.UnitTests.xproj", "{59F266BB-9EFB-430A-9FFE-4C5F88D330F0}"
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetStandardPolyfills", "NetStandardPolyfills\NetStandardPolyfills.csproj", "{471A218A-9964-4C9E-843D-26032E989F00}"
14+
EndProject
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetStandardPolyfills.UnitTests", "NetStandardPolyfills.UnitTests\NetStandardPolyfills.UnitTests.csproj", "{59F266BB-9EFB-430A-9FFE-4C5F88D330F0}"
1716
EndProject
1817
Global
1918
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<Description>Polyfill methods for .NET Standard 1.0.</Description>
5+
<Copyright>2016 Steve Wilkes</Copyright>
6+
<AssemblyTitle>NetStandardPolyfills</AssemblyTitle>
7+
<VersionPrefix>0.2.0</VersionPrefix>
8+
<Authors>Steve Wilkes</Authors>
9+
<TargetFrameworks>netstandard1.0;net40</TargetFrameworks>
10+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12+
<AssemblyName>AgileObjects.NetStandardPolyfills</AssemblyName>
13+
<AssemblyOriginatorKeyFile>..\NetStandardPolyfills.snk</AssemblyOriginatorKeyFile>
14+
<SignAssembly>true</SignAssembly>
15+
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
16+
<PackageId>NetStandardPolyfills</PackageId>
17+
<PackageTags>.NETStandard;Polyfill;ExtensionMethods;Reflection</PackageTags>
18+
<PackageProjectUrl>https://github.com/AgileObjects/NetStandardPolyfills</PackageProjectUrl>
19+
<PackageLicenseUrl>https://github.com/AgileObjects/NetStandardPolyfills/blob/master/LICENCE.md</PackageLicenseUrl>
20+
<RepositoryType>git</RepositoryType>
21+
<RepositoryUrl>https://github.com/AgileObjects/NetStandardPolyfills</RepositoryUrl>
22+
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.0' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
23+
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.0' ">1.6.0</NetStandardImplicitPackageVersion>
24+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
25+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
26+
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
27+
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
28+
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
29+
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
30+
</PropertyGroup>
31+
32+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
33+
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
34+
</ItemGroup>
35+
36+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
37+
<DefineConstants>$(DefineConstants);NET_STANDARD</DefineConstants>
38+
</PropertyGroup>
39+
40+
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
41+
<Reference Include="System" />
42+
<Reference Include="Microsoft.CSharp" />
43+
</ItemGroup>
44+
45+
</Project>

NetStandardPolyfills/NetStandardPolyfills.xproj

Lines changed: 0 additions & 22 deletions
This file was deleted.

NetStandardPolyfills/project.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)