Skip to content

Commit 8a51802

Browse files
committed
1 parent c600d41 commit 8a51802

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

GeafakaijawkeheahemLejeehocear/GeafakaijawkeheahemLejeehocear.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<PackageReference Include="Lindexi.Src.CustomWPF" Version="1.0.5" />
11+
</ItemGroup>
12+
913
<ItemGroup>
1014
<None Update="image.png">
1115
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

GeafakaijawkeheahemLejeehocear/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public MainWindow()
3232
4096,
3333
FileOptions.Asynchronous);
3434

35-
var decoder = BitmapDecoder.Create(fs,BitmapCreateOptions.PreservePixelFormat,BitmapCacheOption.None);
35+
var decoder = BitmapDecoder.Create(fs, BitmapCreateOptions.PreservePixelFormat, BitmapCacheOption.None);
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)