Skip to content

Commit c89f9dc

Browse files
jogietzeshahabhijeet
authored andcommitted
Launch in VS2015 by default and include missing NuGet package. Resolves build issues for new users. (Azure#3312)
1 parent acda8fa commit c89f9dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<package id="Microsoft.Rest.ClientRuntime" version="2.3.4" targetFramework="net45" />
2424
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.4" targetFramework="net45" />
2525
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="2.2.9-preview" targetFramework="net45" />
26+
<package id="Microsoft.Rest.ClientRuntime.Azure.TestFramework" version="1.5.0-preview" targetFramework="net45" />
2627
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2728
<package id="Microsoft.WindowsAzure.Management.Storage" version="5.1.1" targetFramework="net45" />
2829
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />

src/ResourceManager/Sql/Sql.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 2013
2+
# Visual Studio 2015
33
VisualStudioVersion = 12.0.31101.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}"

0 commit comments

Comments
 (0)