Skip to content

Commit 5f9d449

Browse files
committed
build: ignore Windows projects in Mac sln configs
1 parent 98bde60 commit 5f9d449

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Git-Credential-Manager.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,9 @@ Global
199199
{8DBBAB0A-970D-4BE3-958C-8CDC92F76549}.WindowsRelease|Any CPU.ActiveCfg = Release|Any CPU
200200
{8DBBAB0A-970D-4BE3-958C-8CDC92F76549}.WindowsRelease|Any CPU.Build.0 = Release|Any CPU
201201
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
202-
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.Debug|Any CPU.Build.0 = Debug|Any CPU
203202
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.MacDebug|Any CPU.ActiveCfg = Debug|Any CPU
204-
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.MacDebug|Any CPU.Build.0 = Debug|Any CPU
205203
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.MacRelease|Any CPU.ActiveCfg = Release|Any CPU
206-
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.MacRelease|Any CPU.Build.0 = Release|Any CPU
207204
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.Release|Any CPU.ActiveCfg = Release|Any CPU
208-
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.Release|Any CPU.Build.0 = Release|Any CPU
209205
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.WindowsDebug|Any CPU.ActiveCfg = Debug|Any CPU
210206
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.WindowsDebug|Any CPU.Build.0 = Debug|Any CPU
211207
{4C2DBC8A-B3F2-4C64-870A-BA79DA4BD403}.WindowsRelease|Any CPU.ActiveCfg = Release|Any CPU

src/windows/GitHub.UI.Windows/GitHub.UI.Windows.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<ProjectReference Include="..\..\shared\Microsoft.Git.CredentialManager\Microsoft.Git.CredentialManager.csproj" />
1414
</ItemGroup>
1515

16+
<ItemGroup Condition="'$(OSPlatform)' != 'windows'">
17+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
18+
</ItemGroup>
19+
1620
<ItemGroup>
1721
<Compile Update="GitHubResources.Designer.cs">
1822
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)