Skip to content

Commit 0447ec3

Browse files
committed
Which msbuild.exe
1 parent 3f7314f commit 0447ec3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

RestSharp.UWP/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.CSharp": "4.4.0",
43
"Microsoft.NETCore.UniversalWindowsPlatform": "5.4.0"
54
},
65
"frameworks": {

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 105.0.1.{build}
22
image: Visual Studio 2017
33
before_build:
4-
- which msbuild
4+
- which msbuild.exe
55
- nuget restore RestSharp.sln
66
branches:
77
only:

0 commit comments

Comments
 (0)