Skip to content

Commit e6d3e51

Browse files
committedNov 16, 2023
update deps
1 parent 426d8b7 commit e6d3e51

File tree

2 files changed

+34
-10
lines changed

2 files changed

+34
-10
lines changed
 

‎Source/DXControl/D2Phap.DXControl.csproj

+32-8
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<PackageTags>Direct2D, WIC, DirectWrite, WinForms, hybrid control</PackageTags>
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
<IncludeSymbols>True</IncludeSymbols>
22+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2223
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
2324
<Authors>Duong Dieu Phap</Authors>
24-
<VersionPrefix>3.0.0</VersionPrefix>
25-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
27-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
28-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
29-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
30-
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
25+
<VersionPrefix>3.0.1</VersionPrefix>
26+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
27+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
28+
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
29+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
30+
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -38,6 +38,30 @@
3838
<DebugType>embedded</DebugType>
3939
</PropertyGroup>
4040

41+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-windows|AnyCPU'">
42+
<DebugType>portable</DebugType>
43+
</PropertyGroup>
44+
45+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-windows|AnyCPU'">
46+
<DebugType>portable</DebugType>
47+
</PropertyGroup>
48+
49+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-windows|AnyCPU'">
50+
<DebugType>portable</DebugType>
51+
</PropertyGroup>
52+
53+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-windows|AnyCPU'">
54+
<DebugType>portable</DebugType>
55+
</PropertyGroup>
56+
57+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-windows|AnyCPU'">
58+
<DebugType>portable</DebugType>
59+
</PropertyGroup>
60+
61+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-windows|AnyCPU'">
62+
<DebugType>portable</DebugType>
63+
</PropertyGroup>
64+
4165

4266
<ItemGroup>
4367
<None Include="..\..\LICENSE">
@@ -52,7 +76,7 @@
5276

5377
<ItemGroup>
5478
<PackageReference Include="DirectNStandard" Version="1.15.0.2" />
55-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
79+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
5680
<PrivateAssets>all</PrivateAssets>
5781
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5882
</PackageReference>

‎Source/Demo/Demo.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.3.0" />
21-
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.1.0" />
20+
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.4.0" />
21+
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)