Commit e5900730 authored by Savorboard's avatar Savorboard

Cleanup code

parent 7ed797c8
using System;
using System.Collections.Generic;
using System.Text;
namespace BuildScript
{
......
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using FlubuCore.Context;
using FlubuCore.Scripting.Attributes;
......
using System;
using System.Collections.Generic;
using System.Linq;
using FlubuCore.Context;
using FlubuCore.IO;
using FlubuCore.Scripting;
using FlubuCore.Scripting.Attributes;
using GlobExpressions;
namespace BuildScript
{
......
......@@ -4,6 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="version.props" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FlubuCore" Version="4.3.5" />
</ItemGroup>
......
using System;
using System.Collections.Generic;
using System.Text;
namespace BuildScript
namespace BuildScript
{
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