Skip to content

Commit ddcb2a1

Browse files
author
Brian MacKay
committed
- Upgraded to VS2017
- Removed our copy of the jetbrains attributes and took a dependency on the package. Having the attributes here caused problems when consumed by projects that want to reference JetBrains.Annotations - Bumped to 2.9.0-Alpha
1 parent 2057a5c commit ddcb2a1

File tree

11 files changed

+80
-1063
lines changed

11 files changed

+80
-1063
lines changed

Outcomes.Tests/Ether.Outcomes.Tests.xproj

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

Outcomes.Tests/Outcomes.Tests.csproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp1.0</TargetFramework>
5+
<DebugType>portable</DebugType>
6+
<AssemblyName>Outcomes.Tests</AssemblyName>
7+
<PackageId>Outcomes.Tests</PackageId>
8+
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
9+
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback>
10+
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
16+
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.1.1" />
17+
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
18+
<PackageReference Include="Ether.Outcomes" Version="2.8.0-*" />
19+
</ItemGroup>
20+
21+
</Project>

Outcomes.Tests/project.json

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

Outcomes.sln

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.27004.2005
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34E8307F-3A0B-4148-9CA4-88B999A9C8F0}"
77
ProjectSection(SolutionItems) = preProject
88
WebEssentials-Settings.json = WebEssentials-Settings.json
99
EndProjectSection
1010
EndProject
11-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Ether.Outcomes", "Outcomes\Ether.Outcomes.xproj", "{612B88CA-1FCE-49C4-9D33-5BA0DCA87BDB}"
11+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outcomes", "Outcomes\Outcomes.csproj", "{612B88CA-1FCE-49C4-9D33-5BA0DCA87BDB}"
1212
EndProject
13-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Ether.Outcomes.Tests", "Outcomes.Tests\Ether.Outcomes.Tests.xproj", "{E9EDC3A8-7BDB-4684-8626-41D37D6A4CC3}"
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Outcomes.Tests", "Outcomes.Tests\Outcomes.Tests.csproj", "{E9EDC3A8-7BDB-4684-8626-41D37D6A4CC3}"
1414
EndProject
1515
Global
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -30,4 +30,7 @@ Global
3030
GlobalSection(SolutionProperties) = preSolution
3131
HideSolutionNode = FALSE
3232
EndGlobalSection
33+
GlobalSection(ExtensibilityGlobals) = postSolution
34+
SolutionGuid = {108B2F84-890B-4699-97EE-1CEA2EE252FC}
35+
EndGlobalSection
3336
EndGlobal

0 commit comments

Comments
 (0)