From c37bd7c99bcd5b0a59d4f70aff94cab301d53a02 Mon Sep 17 00:00:00 2001 From: Tris Shores <86677757+v-trisshores@users.noreply.github.com> Date: Thu, 2 Dec 2021 10:21:15 -0600 Subject: [PATCH] Update print articles to .NET 6.0 (#1232) --- .../how-to-display-print-dialog/csharp/CodeSampleCsharp.csproj | 2 +- .../snippets/how-to-display-print-dialog/vb/CodeSampleVb.vbproj | 2 +- .../how-to-print-xps-files/csharp/CodeSampleCsharp.csproj | 2 +- .../snippets/how-to-print-xps-files/vb/CodeSampleVb.vbproj | 2 +- .../snippets/printing-overview/csharp/CodeSampleCsharp.csproj | 2 +- .../documents/snippets/printing-overview/vb/CodeSampleVb.vbproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/csharp/CodeSampleCsharp.csproj index 407932c..150f736 100644 --- a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/csharp/CodeSampleCsharp.csproj +++ b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/csharp/CodeSampleCsharp.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows true diff --git a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/vb/CodeSampleVb.vbproj index c7ae1cc..34db9b0 100644 --- a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/vb/CodeSampleVb.vbproj +++ b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/vb/CodeSampleVb.vbproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows CodeSampleVb true diff --git a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/csharp/CodeSampleCsharp.csproj index 407932c..150f736 100644 --- a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/csharp/CodeSampleCsharp.csproj +++ b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/csharp/CodeSampleCsharp.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows true diff --git a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/vb/CodeSampleVb.vbproj index c7ae1cc..34db9b0 100644 --- a/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/vb/CodeSampleVb.vbproj +++ b/dotnet-desktop-guide/net/wpf/documents/snippets/how-to-print-xps-files/vb/CodeSampleVb.vbproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows CodeSampleVb true diff --git a/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/csharp/CodeSampleCsharp.csproj b/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/csharp/CodeSampleCsharp.csproj index 407932c..150f736 100644 --- a/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/csharp/CodeSampleCsharp.csproj +++ b/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/csharp/CodeSampleCsharp.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows true diff --git a/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/vb/CodeSampleVb.vbproj b/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/vb/CodeSampleVb.vbproj index c7ae1cc..34db9b0 100644 --- a/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/vb/CodeSampleVb.vbproj +++ b/dotnet-desktop-guide/net/wpf/documents/snippets/printing-overview/vb/CodeSampleVb.vbproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows CodeSampleVb true