File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
CppConsoleDll/WindowsMLWrapper
CppResnetBuildDemo/CppResnetBuildDemo Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup Label =" NuGet" >
4- <!-- When building centrally, this will define a single nuget package location for all samples -->
5- <NugetPackageDirectory Condition =" '`$(NugetPackageDirectory)'==''" >packages</NugetPackageDirectory >
64 <!-- Tell NuGet this is PackageReference style -->
75 <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
86
119
1210 <!-- Tell NuGet we target Windows (use your existing WindowsTargetPlatformVersion) -->
1311 <NuGetTargetPlatformIdentifier >Windows</NuGetTargetPlatformIdentifier >
14- <NuGetTargetPlatformVersion >` $(WindowsTargetPlatformVersion)</NuGetTargetPlatformVersion >
12+ <NuGetTargetPlatformVersion >$(WindowsTargetPlatformVersion)</NuGetTargetPlatformVersion >
1513 </PropertyGroup >
1614 <!-- Framework-dependent deployment requires bootstrap initialization -->
1715 <PropertyGroup >
Original file line number Diff line number Diff line change 1111
1212 <!-- Tell NuGet we target Windows (use your existing WindowsTargetPlatformVersion) -->
1313 <NuGetTargetPlatformIdentifier >Windows</NuGetTargetPlatformIdentifier >
14- <NuGetTargetPlatformVersion >` $(WindowsTargetPlatformVersion)</NuGetTargetPlatformVersion >
14+ <NuGetTargetPlatformVersion >$(WindowsTargetPlatformVersion)</NuGetTargetPlatformVersion >
1515 </PropertyGroup >
1616 <ItemGroup Label =" ProjectConfigurations" >
1717 <ProjectConfiguration Include =" Debug|x64" Configuration =" Debug" Platform =" x64" />
You can’t perform that action at this time.
0 commit comments