File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 9
9
<!-- <IncludeBuildOutput>false</IncludeBuildOutput> -->
10
10
<NoWarn >$(NoWarn);NU5127;NU5128</NoWarn >
11
11
<PackageDescription >ML.NET is a cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.</PackageDescription >
12
+ <PackageReadmeFile >README.md</PackageReadmeFile >
12
13
<TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput >
13
14
</PropertyGroup >
14
15
<ItemGroup >
49
50
<ItemGroup >
50
51
<Content Include =" $(RepoRoot)eng\pkg\CommonPackage.props" Pack =" true" PackagePath =" build\netstandard2.0\$(MSBuildProjectName).props" />
51
52
<Content Include =" build\**\*" Pack =" true" PackagePath =" build" />
53
+ <None Include =" README.md" Pack =" true" PackagePath =" \" /> <!-- NuGet PackageReadmeFile-->
52
54
</ItemGroup >
53
55
<PropertyGroup >
54
56
<!-- Include Project References output-->
66
68
<BuildOutputInPackage Condition =" Exists('$(PackageAssetsPath)$(PackageIdFolderName)\runtimes\win-x64\native\LdaNative.pdb')" Include =" $(PackageAssetsPath)$(PackageIdFolderName)\runtimes\win-x64\native\LdaNative.pdb" TargetPath =" ..\..\runtimes\win-x64\native" />
67
69
</ItemGroup >
68
70
</Target >
69
- </Project >
71
+ </Project >
Original file line number Diff line number Diff line change
1
+ ML.NET is a cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.
2
+
3
+ For more information, see the [ ML.NET documentation] ( https://docs.microsoft.com/dotnet/machine-learning/ ) .
You can’t perform that action at this time.
0 commit comments