diff --git a/.editorconfig b/.editorconfig
index 537a972e..272fc951 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,7 +25,7 @@ indent_size = 4
tab_width = 4
# Verify settings
-[*.{received,verified}.{txt,xml,json,cs}]
+[*.{received,verified}.{txt,xml,json}]
charset = "utf-8-bom"
end_of_line = lf
indent_size =
@@ -33,3 +33,4 @@ indent_style =
insert_final_newline = false
tab_width =
trim_trailing_whitespace = false
+
diff --git a/.gitignore b/.gitignore
index bbd4d159..29156ef1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,7 +91,3 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
-
-# Verify
-*.received.*
-*.received/
diff --git a/Directory.Build.props b/Directory.Build.props
index 02802bac..eb382661 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
- net9.0
+ net7.0
false
@@ -19,4 +19,8 @@
$(NoWarn);SYSLIB1006
+
+
+
+
diff --git a/Directory.Build.targets b/Directory.Build.targets
index 5545bbf4..c80349a5 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -1,9 +1,8 @@
enable
- 12
+ 11
false
Nullable
- net9.0
diff --git a/NuGet.Build.props b/NuGet.Build.props
index 90c86ebf..87aeb6cc 100644
--- a/NuGet.Build.props
+++ b/NuGet.Build.props
@@ -12,8 +12,6 @@
GPL-3.0-only
true
- true
-
https://github.com/Nexus-Mods/NexusMods.App
true
@@ -33,4 +31,8 @@
+
+
+
+
diff --git a/extern/meta b/extern/meta
index 3354015d..3524469f 160000
--- a/extern/meta
+++ b/extern/meta
@@ -1 +1 @@
-Subproject commit 3354015de7a7f2cffceebde24bdf3d903442d0fc
+Subproject commit 3524469f29382df1060da5818da299e77727f9ce
diff --git a/icon.png b/icon.png
index 5b8fb0b7..87148621 100644
Binary files a/icon.png and b/icon.png differ
diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props
index b6bab504..9f456abd 100644
--- a/tests/Directory.Build.props
+++ b/tests/Directory.Build.props
@@ -1,30 +1,51 @@
-
+
false
true
- true
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+ all
+ runtime; build; contentfiles; analyzers; buildtransitive
+
-
-
-
-
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
-
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
diff --git a/tests/SharedUsings.cs b/tests/SharedUsings.cs
index f6db32db..def1ba23 100644
--- a/tests/SharedUsings.cs
+++ b/tests/SharedUsings.cs
@@ -1,3 +1,5 @@
// ReSharper disable RedundantUsingDirective.Global
global using Xunit;
global using FluentAssertions;
+global using AutoFixture;
+global using AutoFixture.Xunit2;