Skip to content

Commit 906b81c

Browse files
authored
Merge pull request #504 from fsprojects/trivia
Updating fsproj with 3.0 version
2 parents cf56bae + 34bdca8 commit 906b81c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>netcoreapp3.0</TargetFramework>
66
<ToolCommandName>fantomas</ToolCommandName>
77
<PackAsTool>True</PackAsTool>
8-
<Version>3.0.0-beta-006</Version>
8+
<Version>3.0.0</Version>
99
<AssemblyName>fantomas-tool</AssemblyName>
1010
</PropertyGroup>
1111
<ItemGroup>

src/Fantomas.Tests/Fantomas.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\netfx.props" />
33
<PropertyGroup>
4-
<Version>3.0.0-beta-006</Version>
4+
<Version>3.0.0</Version>
55
<NoWarn>FS0988</NoWarn>
66
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
77
</PropertyGroup>

src/Fantomas/Fantomas.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\netfx.props" />
44
<PropertyGroup>
55
<TargetFrameworks>netstandard2.0</TargetFrameworks>
6-
<Version>3.0.0-beta-006</Version>
6+
<Version>3.0.0</Version>
77
<Description>Source code formatter for F#</Description>
88
</PropertyGroup>
99
<ItemGroup>
@@ -14,7 +14,6 @@
1414
<Compile Include="Dbg.fs" />
1515
<Compile Include="Utils.fs" />
1616
<Compile Include="FormatConfig.fs" />
17-
<!-- <Compile Include="TokenMatcher.fs" />-->
1817
<Compile Include="TriviaTypes.fs" />
1918
<Compile Include="TokenParserBoolExpr.fs" />
2019
<Compile Include="TriviaHelpers.fs" />

0 commit comments

Comments
 (0)