Skip to content

Commit 2a3d2d8

Browse files
committed
Update TestPlugin target framework to net10.0
The BepInExResoniteShim package now requires net10.0, so updating the test project to match.
1 parent 80f6f99 commit 2a3d2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestPlugin/TestPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Version>1.0.1-beta+69</Version>
77
<Authors>Author, OtherAuthor</Authors>
88
<RepositoryUrl>https://github.com/example/ExamplePlugin</RepositoryUrl>
9-
<TargetFramework>net9.0</TargetFramework>
9+
<TargetFramework>net10.0</TargetFramework>
1010
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
1111
<BepInAutoPluginStripBuildMetadata>true</BepInAutoPluginStripBuildMetadata>
1212
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)