-
### Issue Description
We have a F# solution which is a mixture of net48, netstandard20 and some WebSharper 4.x projects. After installing VS 17.12 update this week, our team can no longer build the W…
-
**Issue opened by @paatrofimov and migrated over from https://github.com/dotnet/runtime/issues/77164**
### Description
I have multitargeted csproj and I want to build and pack only the single ta…
-
#### Is the feature request related to a problem
Yes, we have a internal used unit test packages running using netstandard2.0
and since the last version of XunitContex (3.3.2) netstandard2.0 is no l…
-
Configure the projects so that they target both the netcoreapp31/netstandard20 as they currently do and add support for .NET 5.
So all our project files in the future should target both the netcore…
-
I have a .Net Standard library that uses Flee. It apparently pulls in assembly Flee.NetStandard20. Another of my libraries, which is Net472, depends on the first library. Compiling generates the follo…
-
Take this branch to save you a bit of time setting up https://github.com/kant2002/flips/commit/9017e74418f87f6068b47e89c69ecbcf698d8fec
```
dotnet tool restore
dotnet paket restore
cd Flips.Exam…
-
Reconfigure the reference to the netstandard20 Roslyn / code analysis packages to support the traditional framework and .NET Core in Visual Studio.
-
@chakrabar commented on [Sat Jan 13 2018](https://github.com/dotnet/core/issues/1217)
I have an existing `.NET Framework` codebase, and I'm trying to port that to `.NET Core`. As part of the process,…
-
I am trying to migrate a project from .NET Framework 4.8 to .NET Standard 2.0 right now.
With the newest nuget packages "4.10.0-preview1.22261.2" I'm getting very close of getting rid of all the er…
-
The IAsyncEnumerable interface [is not shipped](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.iasyncenumerable-1?view=net-7.0#applies-to) as a part of net48 (see the "Applies…