Skip to content

Commit 2fdb919

Browse files
author
j82w
committed
Fixing csproj files
1 parent c5cc795 commit 2fdb919

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
<SpecificVersion>False</SpecificVersion>
6565
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.0.18.2-preview\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
6666
</Reference>
67-
6867
<Reference Include="Microsoft.Azure.Management.Sql">
69-
<SpecificVersion>False</SpecificVersion>
7068
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.24.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath>
7169
</Reference>
7270
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@
199199
<SpecificVersion>False</SpecificVersion>
200200
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
201201
</Reference>
202-
<Reference Include="Microsoft.Azure.Management.Sql, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
203-
<SpecificVersion>False</SpecificVersion>
202+
<Reference Include="Microsoft.Azure.Management.Sql">
204203
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.24.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath>
205204
</Reference>
206205
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8-
<ProjectGuid>{F4ABAD68-64A5-4B23-B09C-42559A7524DE}</ProjectGuid>
8+
<ProjectGuid>{13E031E4-8A43-4B87-9D72-D70180C31C11}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>Microsoft.Azure.Commands.Websites.Test</RootNamespace>

0 commit comments

Comments
 (0)