Skip to content

Commit

Permalink
refactor: update to net7
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Sep 9, 2023
1 parent 063d229 commit dedad8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dalamud.Loc.Test/Dalamud.Loc.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>Dalamud.Loc.Test</Title>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>10</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion Dalamud.Loc/Dalamud.Loc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RepositoryUrl>https://github.com/kalilistic/Dalamud.Loc</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit dedad8a

Please sign in to comment.