|
19 | 19 | <PackageTags>Direct2D, WIC, DirectWrite, WinForms, hybrid control</PackageTags>
|
20 | 20 | <PackageLicenseFile>LICENSE</PackageLicenseFile>
|
21 | 21 | <IncludeSymbols>True</IncludeSymbols>
|
| 22 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
22 | 23 | <PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
|
23 | 24 | <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> |
31 | 31 | </PropertyGroup>
|
32 | 32 |
|
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
38 | 38 | <DebugType>embedded</DebugType>
|
39 | 39 | </PropertyGroup>
|
40 | 40 |
|
| 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 | + |
41 | 65 |
|
42 | 66 | <ItemGroup>
|
43 | 67 | <None Include="..\..\LICENSE">
|
|
52 | 76 |
|
53 | 77 | <ItemGroup>
|
54 | 78 | <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"> |
56 | 80 | <PrivateAssets>all</PrivateAssets>
|
57 | 81 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
58 | 82 | </PackageReference>
|
|
0 commit comments