Skip to content

Commit

Permalink
Update to .Net 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed Nov 10, 2023
1 parent 0e26cf2 commit f38eaae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>true</NoBuild>
<Version>0.9.34</Version>
<Version>0.9.34-RC01</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand All @@ -37,7 +37,7 @@
<DebugType>none</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
Expand All @@ -53,7 +53,7 @@
<ItemGroup>
<None Include="lib\*.dll">
<Pack>True</Pack>
<PackagePath>ref\net462</PackagePath>
<PackagePath>ref\net48</PackagePath>
</None>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>true</NoBuild>
<Version>2.14.6</Version>
<Version>2.14.6-RC01</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand All @@ -37,7 +37,7 @@
<DebugType>none</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
Expand All @@ -53,7 +53,7 @@
<ItemGroup>
<None Include="lib\*.*">
<Pack>True</Pack>
<PackagePath>ref\net462</PackagePath>
<PackagePath>ref\net48</PackagePath>
</None>
</ItemGroup>

Expand Down

0 comments on commit f38eaae

Please sign in to comment.