Commit e5900730 authored by Savorboard's avatar Savorboard

Cleanup code

parent 7ed797c8
using System; using System;
using System.Collections.Generic;
using System.Text;
namespace BuildScript namespace BuildScript
{ {
......
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Xml; using System.Xml;
using FlubuCore.Context; using FlubuCore.Context;
using FlubuCore.Scripting.Attributes; using FlubuCore.Scripting.Attributes;
......
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using FlubuCore.Context; using FlubuCore.Context;
using FlubuCore.IO; using FlubuCore.IO;
using FlubuCore.Scripting; using FlubuCore.Scripting;
using FlubuCore.Scripting.Attributes; using FlubuCore.Scripting.Attributes;
using GlobExpressions;
namespace BuildScript namespace BuildScript
{ {
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Remove="version.props" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="FlubuCore" Version="4.3.5" /> <PackageReference Include="FlubuCore" Version="4.3.5" />
</ItemGroup> </ItemGroup>
......
using System; namespace BuildScript
using System.Collections.Generic;
using System.Text;
namespace BuildScript
{ {
public class BuildVersion public class BuildVersion
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment