https://github.com/stefh/azurepipelinestest3
AzurePipelines Example project to show build errors for net35 and uap10
https://github.com/stefh/azurepipelinestest3
Last synced: over 1 year ago
JSON representation
AzurePipelines Example project to show build errors for net35 and uap10
- Host: GitHub
- URL: https://github.com/stefh/azurepipelinestest3
- Owner: StefH
- License: mit
- Created: 2018-10-25T08:50:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T16:00:35.000Z (over 7 years ago)
- Last Synced: 2024-04-14T21:07:47.182Z (over 2 years ago)
- Language: C#
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzurePipelinesTest3
AzurePipelines Example project to show build errors for net35 and uap10
## net35
Errors are solved by adding this in the csproj:
``` xml
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2
```
## uap10
TODO