Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
[STABLE] feat: update for net7 and api8
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilistic committed Jan 11, 2023
1 parent 247f5cf commit 7c9254d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/NeatNoter/NeatNoter.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.3.2.0</Version>
<Version>2.4.0.0</Version>
<Title>NeatNoter</Title>
<Authors>kalilistic, karashiiro</Authors>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<LangVersion>9</LangVersion>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
Expand Down Expand Up @@ -93,7 +93,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.8" />
<PackageReference Include="DalamudPackager" Version="2.1.10" />
<PackageReference Include="Dalamud.DrunkenToad" Version="1.2.1" />
<PackageReference Include="LiteDB" Version="5.0.12" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
Expand Down
2 changes: 1 addition & 1 deletion src/NeatNoter/NeatNoter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tags:
- overlay
repo_url: https://github.com/kalilistic/NeatNoter
icon_url: https://github.com/goatcorp/DalamudPlugins/blob/api6/plugins/NeatNoter/images/icon.png
dalamud_api_level: 7
dalamud_api_level: 8
8 changes: 4 additions & 4 deletions src/NeatNoter/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"net7.0-windows7.0": {
"Dalamud.DrunkenToad": {
"type": "Direct",
"requested": "[1.2.1, )",
Expand All @@ -13,9 +13,9 @@
},
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.8, )",
"resolved": "2.1.8",
"contentHash": "YqagNXs9InxmqkXzq7kLveImxnodkBEicAhydMXVp7dFjC7xb76U6zGgAax4/BWIWfZeWzr5DJyQSev31kj81A=="
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
},
"LiteDB": {
"type": "Direct",
Expand Down

0 comments on commit 7c9254d

Please sign in to comment.