Skip to content

Commit

Permalink
chore(CI): Net core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 16, 2018
1 parent 671c0a8 commit 5c27a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- checkout
- run: dotnet restore
- run: dotnet build ./src/Mdns.csproj -c Release --framework netstandard2
- run: dotnet test ./test/MdnsTests.csproj -c Release --framework netcoreapp21
- run: dotnet test ./test/MdnsTests.csproj -c Release --framework netcoreapp2.1
workflows:
version: 2
build-all:
Expand Down

0 comments on commit 5c27a18

Please sign in to comment.