|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <OutputType>WinExe</OutputType>
|
4 |
| - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <ApplicationIcon>triforce.ico</ApplicationIcon>
|
6 | 6 | <Win32Resource />
|
7 | 7 | <Version>1.8.5</Version>
|
|
10 | 10 | <FileVersion>1.8.5</FileVersion>
|
11 | 11 | <CFBundleShortVersionString>1.8.5</CFBundleShortVersionString>
|
12 | 12 | <Nullable>enable</Nullable>
|
13 |
| - <RuntimeIdentifiers>osx-x64;linux-x64;debian-x64;rhel-x64;win-x64;win-x86;win7-x64;win7-x86</RuntimeIdentifiers> |
14 | 13 | <LangVersion>default</LangVersion>
|
15 | 14 | </PropertyGroup>
|
16 | 15 | <ItemGroup>
|
|
39 | 38 | <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
|
40 | 39 | <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
|
41 | 40 | <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.7.0" />
|
42 |
| - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.4"> |
| 41 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0"> |
43 | 42 | <PrivateAssets>all</PrivateAssets>
|
44 | 43 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
45 | 44 | </PackageReference>
|
|
77 | 76 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
78 | 77 | </None>
|
79 | 78 | </ItemGroup>
|
80 |
| - <ItemGroup> |
81 |
| - <UpToDateCheckInput Remove="Views\Dropdowns\Dropdown.axaml" /> |
82 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\DungeonMapLocation.axaml" /> |
83 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\EntranceMapLocation.axaml" /> |
84 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\MapLocation.axaml" /> |
85 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\MarkableDungeonMapLocation.axaml" /> |
86 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\MarkableMapLocation.axaml" /> |
87 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\MarkingMapLocation.axaml" /> |
88 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\ShopMapLocation.axaml" /> |
89 |
| - <UpToDateCheckInput Remove="Views\Maps\Locations\TakeAnyMapLocation.axaml" /> |
90 |
| - <UpToDateCheckInput Remove="Views\Capture\CaptureWindow.axaml" /> |
91 |
| - <UpToDateCheckInput Remove="Views\Capture\Design\CaptureDesignDialog.axaml" /> |
92 |
| - <UpToDateCheckInput Remove="Views\Capture\Design\CaptureWindowDesign.axaml" /> |
93 |
| - </ItemGroup> |
94 | 79 | </Project>
|
0 commit comments