Top "Project.json" questions

project.

How to use System.Windows.Forms in .NET Core class library

I've created .NET Core class library and try to build it against net40 framework. I want to use Clipboard class …

.net .net-core project.json
project.json Not Found in Visual Studio 2017 RC Solution Explorer

I did not find project.json in visual studio 2017 RC. Has this been removed in this version or am i …

project.json
What is project.lock.json?

I followed the instruction to create new .NET Core project and ran this from cmd: dotnet new dotnet restore The …

.net .net-core project.json
How can I make a .NET Core class library and reference it from a .NET 4.6 project?

I want to: Make a class library that defines some interfaces and simple generic helper classes. It'll rely on generic …

asp.net-core compatibility .net-core project.json
"The library 'hostpolicy.dll' required" if run from deploy folder, but emitEntryPoint is true

I created a Web API project using the default ASP.NET Core Web Application (.NET Framework) template and then published …

asp.net-core .net-core project.json dotnet-cli
What are buildOptions and preserveCompilationContext used for?

I am playing with just released ASP.NET Core. I have created new project and I am looking at project.…

c# .net asp.net-core .net-core project.json
ASP.NET Core Application (.NET Framework) for Windows x64 only error in project.assets.json

I want to simplify my configuration in my ASP.NET Core Web Application (.NET Framework) application using VS 2017. I already …

c# msbuild asp.net-core visual-studio-2017 project.json
Solving error "Microsoft.NETCore.App 1.0.0 does not support framework .NETFramework,Version=v4.6.1"

I have an ASP.NET Core 1.0 complete application running using net461 references. Now I am trying to add another framework …

.net asp.net-core .net-core asp.net-core-1.0 project.json
What does compilationOptions.emitEntryPoint mean?

Just installed the rc1 tools and created a new web project to see what has changed in the template. I …

asp.net-core project.json
Unit testing a .NET Standard 1.6 library

I am having trouble finding up to date documentation on how to unit test a .NET Standard 1.6 class library (which …

c# .net .net-core xunit.net project.json