Skip to content

Commit

Permalink
Bump to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor authored and Victor committed Feb 8, 2024
1 parent fe58cb9 commit f1582a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
25 changes: 4 additions & 21 deletions FolderThumbnailExplorer.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows7.0</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand All @@ -16,38 +15,25 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/ChiNoel-osu/FolderThumbnailExplorer</RepositoryUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>

<ItemGroup>
<None Remove="folder.png" />
</ItemGroup>

<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>

<ItemGroup>
<Resource Include="folder.png" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="NLog" Version="5.1.4" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="NLog" Version="5.2.8" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Runtime.Caching">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.Runtime.Caching.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Compile Update="Localization\Loc.Designer.cs">
<DesignTime>True</DesignTime>
Expand All @@ -60,14 +46,12 @@
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Localization\Loc.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Loc.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="Favorites.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -92,5 +76,4 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
</Project>
4 changes: 2 additions & 2 deletions FolderThumbnailExplorer.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FolderThumbnailExplorer", "FolderThumbnailExplorer.csproj", "{B276C924-5764-4306-93B5-07AF2BF97160}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FolderThumbnailExplorer", "FolderThumbnailExplorer.csproj", "{B276C924-5764-4306-93B5-07AF2BF97160}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Folder Thumbnail Explorer
Revised version of the custom file explorer(https://github.com/ChiNoel-osu/NETCoreWPFTest/tree/master/LocalFileExplorer). Written in C# WPF/.NET 7.
Revised version of the custom file explorer(https://github.com/ChiNoel-osu/NETCoreWPFTest/tree/master/LocalFileExplorer). Written in C# WPF/.NET 8.

[![CodeFactor](https://www.codefactor.io/repository/github/chinoel-osu/folderthumbnailexplorer/badge)](https://www.codefactor.io/repository/github/chinoel-osu/folderthumbnailexplorer)

Expand Down

0 comments on commit f1582a5

Please sign in to comment.