Skip to content

Commit

Permalink
Merge pull request #325 from nojaf/452
Browse files Browse the repository at this point in the history
Upgrade to 452
  • Loading branch information
AnthonyLloyd authored Oct 17, 2018
2 parents eec36d3 + c092ff0 commit 4380bcc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .paket/paket.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Fantomas.Cmd/Fantomas.Cmd.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.0;net45</TargetFrameworks>
<Version>2.8.1</Version>
<AssemblyName>dotnet-fantomas</AssemblyName>
<TargetFramework>net452</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.Tests/Fantomas.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net45</TargetFrameworks>
<Version>2.8.1</Version>
<NoWarn>FS0988</NoWarn>
<TargetFramework>net452</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="paket.references" />
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas/Fantomas.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<Version>2.8.1</Version>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 4380bcc

Please sign in to comment.