Skip to content

Commit

Permalink
Update dotnet version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Dec 14, 2023
1 parent 106407b commit 3ce2a7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/IME WL Converter Win/IME WL Converter Win.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<OutputType>WinExe</OutputType>
<RootNamespace>Studyzy.IMEWLConverter</RootNamespace>
<AssemblyName>深蓝词库转换</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/ImeWlConverterCmd/ImeWlConverterCmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Version>2.8.0</Version>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ImeWlConverterCore/ImeWlConverterCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<Version>2.8.0</Version>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ImeWlConverterCoreTest/ImeWlConverterCoreTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>

Expand Down

0 comments on commit 3ce2a7e

Please sign in to comment.