Skip to content

AzurePipelines Example project to show build errors for net35 and uap10

License

Notifications You must be signed in to change notification settings

StefH/AzurePipelinesTest3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzurePipelinesTest3

AzurePipelines Example project to show build errors for net35 and uap10

net35

Errors are solved by adding this in the csproj:

<!-- https://github.com/Microsoft/msbuild/issues/1333 -->
<PropertyGroup Condition=" '$(TargetFramework)' == 'net35' ">
    <!-- <FrameworkPathOverride>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride> -->
    <FrameworkPathOverride>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2</FrameworkPathOverride>
</PropertyGroup>

uap10

TODO

About

AzurePipelines Example project to show build errors for net35 and uap10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages