|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <OutputType>WinExe</OutputType>
|
5 |
| - <TargetFramework>net6.0-windows10.0.22621.0</TargetFramework> |
| 5 | + <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> |
6 | 6 | <UseWPF>true</UseWPF>
|
7 | 7 | <ApplicationIcon>MPDCtrl2.ico</ApplicationIcon>
|
8 |
| - <Version>3.0.23.0</Version> |
| 8 | + <Version>3.1.0.0</Version> |
9 | 9 | <Authors>torum</Authors>
|
10 | 10 | <Company>Torum</Company>
|
11 | 11 | <Copyright></Copyright>
|
|
25 | 25 |
|
26 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
27 | 27 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 28 | + <DebugType>embedded</DebugType> |
28 | 29 | </PropertyGroup>
|
29 | 30 |
|
30 | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
31 | 32 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 33 | + <DebugType>embedded</DebugType> |
32 | 34 | </PropertyGroup>
|
33 | 35 |
|
34 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
35 | 37 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 38 | + <DebugType>embedded</DebugType> |
36 | 39 | </PropertyGroup>
|
37 | 40 |
|
38 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
39 | 42 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 43 | + <DebugType>embedded</DebugType> |
40 | 44 | </PropertyGroup>
|
41 | 45 |
|
42 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
43 | 47 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 48 | + <DebugType>embedded</DebugType> |
44 | 49 | </PropertyGroup>
|
45 | 50 |
|
46 | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
47 | 52 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 53 | + <DebugType>embedded</DebugType> |
48 | 54 | </PropertyGroup>
|
49 | 55 |
|
50 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
51 | 57 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 58 | + <DebugType>embedded</DebugType> |
52 | 59 | </PropertyGroup>
|
53 | 60 |
|
54 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
55 | 62 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
| 63 | + <DebugType>embedded</DebugType> |
56 | 64 | </PropertyGroup>
|
57 | 65 |
|
58 | 66 | <ItemGroup>
|
59 |
| - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" /> |
60 |
| - <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" /> |
| 67 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" /> |
| 68 | + <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" /> |
| 69 | + <PackageReference Include="System.Text.Json" Version="8.0.4" /> |
61 | 70 | </ItemGroup>
|
62 | 71 |
|
63 | 72 | <ItemGroup>
|
|
0 commit comments