Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Bug 1159105 in WPF Sample #390

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update DataBindingDemo.csproj
  • Loading branch information
ayushverma-ms authored Jul 22, 2021
commit 27c64f196ee2eb3efc36e5911356e0962be2997b
2 changes: 1 addition & 1 deletion Sample Applications/DataBindingDemo/DataBindingDemo.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWpf>true</UseWpf>
<OutputType>WinExe</OutputType>
<RootNamespace>DataBindingDemo</RootNamespace>
Expand Down