Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failing on Windows 10 #20

Open
DanilSuits opened this issue Oct 28, 2018 · 0 comments
Open

Build failing on Windows 10 #20

DanilSuits opened this issue Oct 28, 2018 · 0 comments

Comments

@DanilSuits
Copy link

PS D:\Documents\source\GildedRose> $PSVersionTable.PSVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
5      1      17134  228
PS D:\Documents\source\GildedRose> .\build.bat
Restoring NuGet packages
All packages listed in packages.config are already installed.
All packages listed in packages.config are already installed.
Atempting to resolve semantic version
Semantic version: 2.0.1
Invoking psake
psake version 4.4.1
Copyright (c) 2010-2014 James Kovacs & Contributors

Executing Clean
Cleaning 'D:\Documents\source\GildedRose\.build\output'
Cleaning 'D:\Documents\source\GildedRose'
Executing Build
Building 'GildedRose' solution

Microsoft (R) Build Engine version 4.7.3056.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

...

TestAssemblyTests.cs(8,21): error CS0012: The type 'System.Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. [D:
\Documents\source\GildedRose\src\GildedRose.Tests\GildedRose.Tests.csproj]
TestAssemblyTests.cs(7,10): error CS0616: 'Xunit.FactAttribute' is not an attribute class [D:\Documents\source\GildedRose\src\GildedRose.Tests\GildedRose.Tests.csproj]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant