Skip to content

Commit

Permalink
NET Core 3.0 builds (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema authored Oct 15, 2019
1 parent 032cdac commit 9b85f7a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '{build}'
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
image: Visual Studio 2019
nuget:
disable_publish_on_pr: true
build_script:
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: csharp
mono: none
dotnet: 2.2
dotnet: 3.0
dist: xenial
env:
global:
Expand All @@ -18,5 +18,5 @@ matrix:
- os: linux
dist: xenial
- os: osx
dotnet: 2.2.104
osx_image: xcode10.1
dotnet: 3.0.100
osx_image: xcode11.2
16 changes: 13 additions & 3 deletions StartupModules.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9BF5D119-F23D-4E38-ACBC-E62FF9459BDC}"
EndProject
Expand All @@ -11,7 +11,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{22006F10-F
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebApp", "test\TestWebApp\TestWebApp.csproj", "{8E8BB8C2-7392-4724-BC63-D59F00F84874}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StartupModules.Tests", "test\StartupModules.Tests\StartupModules.Tests.csproj", "{1956C266-87A1-4A29-9CAC-C024BE9F087A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StartupModules.Tests", "test\StartupModules.Tests\StartupModules.Tests.csproj", "{1956C266-87A1-4A29-9CAC-C024BE9F087A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CE5BB1B-0E26-4A9F-8E32-AEB913E6F6E4}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
.gitignore = .gitignore
.travis.yml = .travis.yml
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion src/StartupModules/StartupModules.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<TargetFrameworks>netcoreapp3.0;netstandard2.0</TargetFrameworks>
<Authors>Henk Mollema</Authors>
<Description>Startup modules for ASP.NET Core.</Description>
Expand Down

0 comments on commit 9b85f7a

Please sign in to comment.