Skip to content

dobermanch/NET.Sdk.Compact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSBuild Extensions

The project SDK for building .NET 3.5 Compact Framework projects in the Visual Studio 2017+ or by the MSBuild 15+.

Build

To build a package localy use latest version of .NET Core SDK or MSBuild.

dotnet pack .\NET.Sdk.Compact.csproj

Usage

To start using it

  • Publish the NET.Sdk.Compact and NETCompact.Library nuget packages to yours NuGet repository
  • Create new console app, and update the project file to start using new SDK
<Project Sdk="NET.Sdk.Compact">
    
</Project>

Useful Links

Use MSBuild project SDKs
global.json overview
Target frameworks
Additions to the csproj format for .NET Core
MSBuild Binary and Structured Log Viewer
MSBuild project file schema reference
Customize your build
Packages, metapackages and frameworks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages