We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to install KickStart and KickStart.Unity from NuGet package manager, I get the error:
Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache.
As a workaround, I manually click "Add Reference" for the References in each project and add a reference to the following file:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll
Then I can install the packages without issues. However, Visual Studio provides the following warning:
The referenced component 'System.Runtime' could not be found.
I feel that something is amiss here. However, KickStart seems to be running fine.
The text was updated successfully, but these errors were encountered:
I don't see this issue with my test project.
Sorry, something went wrong.
No branches or pull requests
When I try to install KickStart and KickStart.Unity from NuGet package manager, I get the error:
As a workaround, I manually click "Add Reference" for the References in each project and add a reference to the following file:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll
Then I can install the packages without issues. However, Visual Studio provides the following warning:
I feel that something is amiss here. However, KickStart seems to be running fine.
The text was updated successfully, but these errors were encountered: