Skip to content

Commit d16f2ab

Browse files
committed
Fix copilot comment
1 parent 519ca98 commit d16f2ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Samples/WindowsML/cpp/CppConsoleDll/WindowsMLWrapper/WindowsMLWrapper.vcxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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

@@ -11,7 +9,7 @@
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>

Samples/WindowsML/cpp/CppResnetBuildDemo/CppResnetBuildDemo/CppResnetBuildDemo.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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" />

0 commit comments

Comments
 (0)