Skip to content

Commit

Permalink
Fix: Version number and copy file build command removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
LurkingNinjaDev committed Nov 21, 2023
1 parent 64131c3 commit de475d5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions DomainReloadSG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>LurkingNinja.DomainReloadSG</RootNamespace>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
<AssemblyVersion>0.3</AssemblyVersion>
<FileVersion>0.3</FileVersion>
<AssemblyVersion>0.4</AssemblyVersion>
<FileVersion>0.4</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.1.0" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy &quot;D:\DomainReloadSG\bin\Release\netstandard2.0\DomainReloadSG.dll&quot; &quot;D:\DomainReload\Assets\DomainReloadSG.dll&quot;" />
</Target>

</Project>

0 comments on commit de475d5

Please sign in to comment.