You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These packages enable building .NET Framework projects on any machine with at least MSBuild or the .NET Core SDK installed.
4
4
@@ -8,34 +8,11 @@ The following scenarios and benefits are enabled for .NET Framework projects:
8
8
- Build libraries on any operating system supported by the .NET Core SDK.
9
9
- Build Mono-based projects.
10
10
11
-
## Status
12
-
13
-
Early preview.
14
-
15
11
## Usage
16
12
17
-
At the moment, packages are located on a non-default package feed. Until packages are moved to the default package feed, a change in your project's `NuGet.Config` file is needed. Add the following line to `<packageSources>` section:
Make the following changes based on the type of project you are using.
35
-
36
13
### .NET Core project
37
14
38
-
This sample uses a multi-targeting ClassLibrary project, that can be created using `dotnet new classlib`. Add or modify NuGet.config file as described above.
15
+
This sample uses a multi-targeting ClassLibrary project, that can be created using `dotnet new classlib`.
39
16
40
17
Change `TargetFramework` property to `TargetFrameworks` and add a new .NET Framework target, like in the following example:
41
18
@@ -46,8 +23,8 @@ Change `TargetFramework` property to `TargetFrameworks` and add a new .NET Frame
0 commit comments