Skip to content

Commit

Permalink
Merge pull request #38 from viagogo/upgradetonetstandard
Browse files Browse the repository at this point in the history
Upgrade to .net standard
  • Loading branch information
maxab authored Sep 12, 2018
2 parents 8539fce + df6747d commit ecb207e
Show file tree
Hide file tree
Showing 24 changed files with 181 additions and 706 deletions.
19 changes: 0 additions & 19 deletions GogoKit.nuspec

This file was deleted.

13 changes: 6 additions & 7 deletions GogoKit.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 14.0.23107.0
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{75EE1875-244F-49A6-A723-3FDB3ECEA069}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
SolutionInfo.cs = SolutionInfo.cs
Version.props = Version.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GogoKit", "src\GogoKit\GogoKit.csproj", "{983D1D4A-1919-47BA-9A56-2393CB1D3662}"
Expand All @@ -20,10 +20,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{8849B856
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
GogoKit.nuspec = GogoKit.nuspec
EndProjectSection
EndProject
Global
Expand All @@ -44,4 +40,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEEC4A0C-A51C-4E34-9B34-467E564B3592}
EndGlobalSection
EndGlobal
16 changes: 0 additions & 16 deletions SolutionInfo.cs

This file was deleted.

7 changes: 7 additions & 0 deletions Version.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
</PropertyGroup>
</Project>
16 changes: 11 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
os: Visual Studio 2015
os: Visual Studio 2017

version: 1.0.{build}.{branch}

init:
- git config --global core.autocrlf input

install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
# Install repo specific stuff here
before_build:
- cmd: dotnet --version

- cmd: dotnet restore ./src/Gogokit/Gogokit.csproj --verbosity m

build_script:
- cmd: build.cmd CreatePackage
- cmd: dotnet build --configuration release ./src/Gogokit/Gogokit.csproj

test: off
test_script:
- cmd: dotnet test ./tests/Gogokit.Tests/Gogokit.Tests.csproj

deploy:

- provider: NuGet
api_key:
secure: op0ZZ3Hco6aF361F2tmCFCHe9lmLkB5P6CjYOwvSmL11DFjDsyqCEEH4LK7mDbLV
Expand All @@ -27,5 +33,5 @@ nuget:
disable_publish_on_pr: true

artifacts:
- path: artifacts\packages\*.nupkg
- path: '.\src\Gogokit\bin\release\*.nupkg'
name: Packages
16 changes: 0 additions & 16 deletions build.cmd

This file was deleted.

109 changes: 0 additions & 109 deletions build.fsx

This file was deleted.

28 changes: 0 additions & 28 deletions build.sh

This file was deleted.

Loading

0 comments on commit ecb207e

Please sign in to comment.