An open API service indexing awesome lists of open source software.

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

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