Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 062dc88

Browse files
committed
Fixing NuGet Dependencies
1 parent 1c06e4c commit 062dc88

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

TodoListClient/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.7.10804.0745-rc" targetFramework="net45" />
3+
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.8.10804.1442-rc" targetFramework="net45" />
44
</packages>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<WebPublishMethod>FTP</WebPublishMethod>
9+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
10+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
11+
<SiteUrlToLaunchAfterPublish>http://peekwebapi.azurewebsites.net</SiteUrlToLaunchAfterPublish>
12+
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
13+
<ExcludeApp_Data>False</ExcludeApp_Data>
14+
<publishUrl>ftp://waws-prod-bay-007.ftp.azurewebsites.windows.net</publishUrl>
15+
<DeleteExistingFiles>False</DeleteExistingFiles>
16+
<FtpPassiveMode>True</FtpPassiveMode>
17+
<FtpSitePath>site/wwwroot</FtpSitePath>
18+
<UserName>peekwebapi\$peekwebapi</UserName>
19+
<_SavePWD>True</_SavePWD>
20+
</PropertyGroup>
21+
</Project>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
4+
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
5+
-->
6+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
7+
<PropertyGroup>
8+
<WebPublishMethod>MSDeploy</WebPublishMethod>
9+
<EnableADPublish>false</EnableADPublish>
10+
<ADDirectoryAccessLevel>0</ADDirectoryAccessLevel>
11+
<ADDomain>strockisdev.onmicrosoft.com</ADDomain>
12+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
13+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
14+
<SiteUrlToLaunchAfterPublish>http://peekwebapi.azurewebsites.net</SiteUrlToLaunchAfterPublish>
15+
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
16+
<ExcludeApp_Data>False</ExcludeApp_Data>
17+
<MSDeployServiceURL>peekwebapi.scm.azurewebsites.net:443</MSDeployServiceURL>
18+
<DeployIisAppPath>peekwebapi</DeployIisAppPath>
19+
<RemoteSitePhysicalPath />
20+
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
21+
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
22+
<EnableMSDeployBackup>True</EnableMSDeployBackup>
23+
<UserName>$peekwebapi</UserName>
24+
<_SavePWD>True</_SavePWD>
25+
</PropertyGroup>
26+
</Project>

0 commit comments

Comments
 (0)