Skip to content

Commit a3b401f

Browse files
committed
minor fixes
1 parent 5ba17a4 commit a3b401f

20 files changed

+980
-1129
lines changed

AK.Abr/AK.Abr.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
2727
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
28+
<LangVersion>latest</LangVersion>
2829
</PropertyGroup>
2930
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3031
<DebugType>pdbonly</DebugType>
@@ -60,7 +61,7 @@
6061
<Compile Include="IBitmapCache.cs" />
6162
<Compile Include="DiskBitmapCache.cs" />
6263
<Compile Include="MemoryBitmapCache.cs" />
63-
<Compile Include="WriteableBitmapImage.cs" />
64+
<Compile Include="WritableBitmapImage.cs" />
6465
</ItemGroup>
6566
<ItemGroup>
6667
<Compile Include="Properties\AssemblyInfo.cs">

0 commit comments

Comments
 (0)