Skip to content

Commit 0f27ccf

Browse files
authored
Updated fsproj to 3.1 (#575)
1 parent 33baa55 commit 0f27ccf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1</Version>
8+
<Version>3.1.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.1</Version>
4+
<Version>3.1.0</Version>
55
<NoWarn>FS0988</NoWarn>
66
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
77
</PropertyGroup>

src/Fantomas/Fantomas.fsproj

Lines changed: 1 addition & 1 deletion
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.1</Version>
6+
<Version>3.1.0</Version>
77
<Description>Source code formatter for F#</Description>
88
</PropertyGroup>
99
<ItemGroup>

0 commit comments

Comments
 (0)