Skip to content

Commit

Permalink
New NuGet.config has a default preference for .NET Standard over .NET…
Browse files Browse the repository at this point in the history
… Framework
  • Loading branch information
mayuki committed Apr 30, 2024
1 parent 39f95a3 commit 9337c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGetForUnity/Editor/Configuration/NugetConfigFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ public static NugetConfigFile CreateDefaultFile([NotNull] string filePath)
<add key=""repositoryPath"" value=""./Packages"" />
<add key=""PackagesConfigDirectoryPath"" value=""."" />
<add key=""slimRestore"" value=""true"" />
<add key=""PreferNetStandardOverNetFramework"" value=""true"" />
</config>
</configuration>";

Expand Down

0 comments on commit 9337c17

Please sign in to comment.