-
### Environment
Version 17.10.6
### .NET version
Multitarget: net8;net472
### Did this work in a previous version of Visual Studio and/or previous .NET release?
No
### Issue description
When we…
-
I saw that this repo consists of a .NET solution in version `netstandard2.0;net461`. I was wondering if we can write the solution in latest version of .NET provided that the appwrite nuget library sup…
-
Hi, would you be able to set the compatibility to .net 461?
NU1202: Package TemporaryWebclient 1.0.0 is not compatible with net461 (.NETFramework,Version=v4.6.1). Package TemporaryWebclient 1.0.0 s…
-
In following commit:
https://github.com/dotless/dotless/commit/58095fd90ebd0da4e7bea06bbf496fe765caf469#diff-23edb77dc293d7b20cc8efaabd553e9a
Dependency on Microsoft.Extensions.DependencyInjecti…
-
net461 isn't compatible with netstandard2.0. In the netfx build configurations, some projects target net461 and reference Microsoft.ML.Core, which only targets netstandard2.0. There are a few options:…
-
## Repro steps:
1. Create a new NetCore 2.0 Console App
2. Multi-target to netcoreapp2.0;net461:
` netcoreapp2.0;net461`
3. Add a NuGet reference to a net 461 compat package like RestSharp
4. B…
-
Consider an attribute having a public property with a type from `System.Drawing` assembly defined in a `net461` class library project:
```fsharp
namespace AttributeAssemblyReferenceRepro
open Sys…
-
Packages added when adding this nuget to a .net Framework 4.6.1 webforms application included...
```
…
-
Given a `netstandard2.0` TFM we should be able to run scripts using `dotnet cake`.
~I'll have a crack and submit a PR...~ this is trickier than I thought due to its dependencies.
-
Hi Tomasz,
First thing - the tutorial looks great. Thanks for creating it. Well done !
I've got a problem running it: I follow the instructions for creating a project with VS Code, but hit a probl…