project.
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.jsonI did not find project.json in visual studio 2017 RC. Has this been removed in this version or am i …
project.jsonI followed the instruction to create new .NET Core project and ran this from cmd: dotnet new dotnet restore The …
.net .net-core project.jsonI 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.jsonI 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-cliI 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.jsonI 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.jsonI 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.jsonJust installed the rc1 tools and created a new web project to see what has changed in the template. I …
asp.net-core project.jsonI 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