mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
Update SUPPORT.md
This commit is contained in:
parent
383611a681
commit
5fd3e7218a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
### Common Issues
|
||||
- When installing the Dev Kit, if .NET Framework 4.6.2 isn't being found, try installing it from: https://www.microsoft.com/en-us/download/details.aspx?id=53321
|
||||
- (User Kit 20170620) When using Visual Studio 2017 15.3, Cosmos projects fail to build. To fix this, go to "%appdata%\Cosmos User Kit\Build\VSIP\" and replace Cosmos.targets by this one: [Cosmos.targets](https://github.com/CosmosOS/Cosmos/raw/ea2354dcadfc44e229b8e2c5ab57fff8dbc97f5d/source/Cosmos.Build.MSBuild/Cosmos.targets).
|
||||
- (User Kit 20170620) When using Visual Studio 2017 15.3, Cosmos projects fail to build. To fix this, go to "%appdata%\Cosmos User Kit\Build\VSIP\", open Cosmos.targets in a text editor and these lines to the first PropertyGroup:
|
||||
```xml
|
||||
<ImplicitlyExpandNETStandardFacades>False</ImplicitlyExpandNETStandardFacades>
|
||||
<DesignTimeBuild>True</DesignTimeBuild>
|
||||
<ProjectAssetsFile>NULL</ProjectAssetsFile>
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue