Skip to content

Commit

Permalink
Merge pull request #504 from fsprojects/trivia
Browse files Browse the repository at this point in the history
Updating fsproj with 3.0 version
  • Loading branch information
nojaf committed Oct 11, 2019
2 parents cf56bae + 34bdca8 commit 906b81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
<ToolCommandName>fantomas</ToolCommandName>
<PackAsTool>True</PackAsTool>
<Version>3.0.0-beta-006</Version>
<Version>3.0.0</Version>
<AssemblyName>fantomas-tool</AssemblyName>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.Tests/Fantomas.Tests.fsproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\netfx.props" />
<PropertyGroup>
<Version>3.0.0-beta-006</Version>
<Version>3.0.0</Version>
<NoWarn>FS0988</NoWarn>
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Fantomas/Fantomas.fsproj
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\netfx.props" />
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>3.0.0-beta-006</Version>
<Version>3.0.0</Version>
<Description>Source code formatter for F#</Description>
</PropertyGroup>
<ItemGroup>
Expand All @@ -14,7 +14,6 @@
<Compile Include="Dbg.fs" />
<Compile Include="Utils.fs" />
<Compile Include="FormatConfig.fs" />
<!-- <Compile Include="TokenMatcher.fs" />-->
<Compile Include="TriviaTypes.fs" />
<Compile Include="TokenParserBoolExpr.fs" />
<Compile Include="TriviaHelpers.fs" />
Expand Down

0 comments on commit 906b81c

Please sign in to comment.