Microsoft.VisualStudio.ProjectSystem.SDK 14.0.50430-pre

This is a prerelease version of Microsoft.VisualStudio.ProjectSystem.SDK.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Microsoft.VisualStudio.ProjectSystem.SDK --version 14.0.50430-pre
                    
NuGet\Install-Package Microsoft.VisualStudio.ProjectSystem.SDK -Version 14.0.50430-pre
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="14.0.50430-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="14.0.50430-pre" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.VisualStudio.ProjectSystem.SDK --version 14.0.50430-pre
                    
#r "nuget: Microsoft.VisualStudio.ProjectSystem.SDK, 14.0.50430-pre"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.VisualStudio.ProjectSystem.SDK@14.0.50430-pre
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.VisualStudio.ProjectSystem.SDK&version=14.0.50430-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.VisualStudio.ProjectSystem.SDK&version=14.0.50430-pre&prerelease
                    
Install as a Cake Tool

Visual Studio Project System Extensibility

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Microsoft.VisualStudio.ProjectSystem.SDK:

Repository Stars
CosmosOS/Cosmos
Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
aspnet/Razor
[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
dotnet/razor
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
microsoft/slngen
Visual Studio solution generator
aspnet/DotNetTools
[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore
CosmosOS/XSharp
X# is a HLA (High Level Assembler) for X86/X64 (ARM coming) assembly language
c80k/capnproto-dotnetcore
A Cap'n Proto implementation for .NET Standard and .NET Core
NETMF/llilum
Development Platform for MSIL and UWP apps targeting Micro Controllers. Part of the .NET Micro Framework family.
X-Sharp/XSharpPublic
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
microsoft/vs-editor-api
Microsoft Visual Studio Editor API definitions
Version Downloads Last Updated