Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit e5c0e5d

Browse files
committed
build: update projects and dependencies.
- [x] Update test projects' .NET Framework target: 4.* -> 4.7.2. - [x] Update all projects to use the same version of nupkg dependencies.
1 parent 30a1369 commit e5c0e5d

File tree

9 files changed

+10
-13
lines changed

9 files changed

+10
-13
lines changed

Bitbucket.Authentication/Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Castle.Core" version="4.2.1" targetFramework="net462" />
44
<package id="Microsoft.Net.Compilers" version="2.8.0" targetFramework="net462" developmentDependency="true" />
55
<package id="Moq" version="4.8.2" targetFramework="net462" />
6-
<package id="System.Threading.Tasks.Extensions" version="4.4.0" targetFramework="net462" />
6+
<package id="System.Threading.Tasks.Extensions" version="4.4.0" targetFramework="net472" />
77
<package id="System.ValueTuple" version="4.4.0" targetFramework="net462" />
88
<package id="xunit" version="2.3.1" targetFramework="net452" />
99
<package id="xunit.abstractions" version="2.0.1" targetFramework="net452" />

Cli/Manager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2018. All rights reserved.")]
1212
[assembly: AssemblyTrademark("Microsoft Corporation")]
1313
[assembly: AssemblyCulture("")]
14-
[assembly: Guid("62f52119-63d4-40a8-a9df-f1c4b473308a")]
14+
[assembly: Guid("19770407-63d4-0415-a9df-f1c4b473308a")]
1515
[assembly: AssemblyVersion("1.17.0.0")]
1616
[assembly: AssemblyFileVersion("1.17.0.0")]
1717
[assembly: NeutralResourcesLanguage("en-US")]

Cli/Test/Cli-Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<RootNamespace>Microsoft.Alm.Cli.Test</RootNamespace>
1010
<AssemblyName>Microsoft.Alm.Cli.Test</AssemblyName>
1111
<IsCodedUITest>False</IsCodedUITest>
12-
<NuGetPackageImportStamp/>
12+
<NuGetPackageImportStamp />
1313
</PropertyGroup>
1414
<Import Project="..\..\test.props" />
1515
<ItemGroup>

GitCredentialManager.sln

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{D6456F11
1818
EndProject
1919
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Cli-Shared", "Shared\Cli\Cli-Shared.shproj", "{19770407-94D5-49D3-8ED1-C72637BA7D90}"
2020
EndProject
21-
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Gui-Shared", "Shared\Gui\Gui-Shared.shproj", "{4A4F5ADA-7166-4799-BC7C-D5882637CF7A}"
21+
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Gui-Shared", "Shared\Gui\Gui-Shared.shproj", "{19770407-7166-4799-BC7C-D5882637CF7A}"
2222
EndProject
2323
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.Alm.Win32", "Shared\Win32\Microsoft.Alm.Win32.shproj", "{19770407-37CD-41AC-B50C-CF885BBCE344}"
2424
EndProject
@@ -53,7 +53,7 @@ Global
5353
Shared\Cli\Cli-Shared.projitems*{19770407-94d5-49d3-8ed1-c72637ba7d90}*SharedItemsImports = 13
5454
Shared\Cli\Cli-Shared.projitems*{19770407-b33a-4ebe-92b8-04c93f43cae0}*SharedItemsImports = 4
5555
Shared\Win32\Microsoft.Alm.Win32.projitems*{19770407-b493-459d-bb4f-04fbefb1ba13}*SharedItemsImports = 4
56-
Shared\Gui\Gui-Shared.projitems*{4a4f5ada-7166-4799-bc7c-d5882637cf7a}*SharedItemsImports = 13
56+
Shared\Gui\Gui-Shared.projitems*{19770407-7166-4799-bc7c-d5882637cf7a}*SharedItemsImports = 13
5757
Shared\Gui\Gui-Shared.projitems*{cf306116-bbf0-4cc7-afce-a506ac4752cb}*SharedItemsImports = 4
5858
Shared\Gui\Gui-Shared.projitems*{ee663736-5bad-4ca6-a4f8-99978925ad8a}*SharedItemsImports = 4
5959
EndGlobalSection
@@ -74,10 +74,6 @@ Global
7474
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
7575
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
7676
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Release|Any CPU.Build.0 = Release|Any CPU
77-
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Release|x64.ActiveCfg = Release|Any CPU
78-
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Release|x64.Build.0 = Release|Any CPU
79-
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Release|x86.ActiveCfg = Release|Any CPU
80-
{CF306116-BBF0-4CC7-AFCE-A506AC4752CB}.Release|x86.Build.0 = Release|Any CPU
8177
{EE663736-5BAD-4CA6-A4F8-99978925AD8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8278
{EE663736-5BAD-4CA6-A4F8-99978925AD8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
8379
{EE663736-5BAD-4CA6-A4F8-99978925AD8A}.Release|Any CPU.ActiveCfg = Release|Any CPU

Microsoft.Alm.Authentication/Src/Microsoft.Alm.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<AppDesignerFolder>Properties</AppDesignerFolder>
77
<AssemblyName>Microsoft.Alm.Authentication</AssemblyName>
8-
<NuGetPackageImportStamp/>
8+
<NuGetPackageImportStamp />
99
<OutputType>Library</OutputType>
1010
<ProjectGuid>{19770407-B493-459D-BB4F-04FBEFB1BA13}</ProjectGuid>
1111
<ProjectName>Microsoft.Alm.Authentication</ProjectName>

Microsoft.Alm.Authentication/Test/Microsoft.Alm.Authentication.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</NuGetPackageImportStamp>
1212
<ProjectGuid>{19781214-371F-415C-93C5-44CEAA0E9A34}</ProjectGuid>
1313
<RootNamespace>Microsoft.Alm.Authentication.Test</RootNamespace>
14+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1415
</PropertyGroup>
1516
<Import Project="..\..\test.props" />
1617
<ItemGroup>

Microsoft.Alm.Authentication/Test/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
</assemblyBinding>
2222
</runtime>
2323
<startup>
24-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
24+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
2525
</startup>
2626
</configuration>

Shared/Gui/Gui-Shared.shproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
4-
<ProjectGuid>4a4f5ada-7166-4799-bc7c-d5882637cf7a</ProjectGuid>
4+
<ProjectGuid>19770407-7166-4799-bc7c-d5882637cf7a</ProjectGuid>
55
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
66
</PropertyGroup>
77
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />

test.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Import Project="Build.props" />
1616
<PropertyGroup>
1717
<TargetFrameworkProfile />
18-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1919
<RunCodeAnalysis>false</RunCodeAnalysis>
2020
</PropertyGroup>
2121
<PropertyGroup>

0 commit comments

Comments
 (0)