diff --git a/.paket/paket.exe b/.paket/paket.exe index f9a6790ca5..0a333fd7c0 100644 Binary files a/.paket/paket.exe and b/.paket/paket.exe differ diff --git a/src/Fantomas/AssemblyInfo.fs b/src/Fantomas/AssemblyInfo.fs new file mode 100644 index 0000000000..3a40edce08 --- /dev/null +++ b/src/Fantomas/AssemblyInfo.fs @@ -0,0 +1,9 @@ +namespace System +open System.Runtime.CompilerServices + +[] + +do () + +module internal AssemblyVersionInformation = + let [] InternalsVisibleTo = "Fantomas.Tests" \ No newline at end of file diff --git a/src/Fantomas/Fantomas.fsproj b/src/Fantomas/Fantomas.fsproj index b86a26e395..59fb15d2bf 100644 --- a/src/Fantomas/Fantomas.fsproj +++ b/src/Fantomas/Fantomas.fsproj @@ -6,11 +6,7 @@ Source code formatter for F# - - <_Parameter1>$(MSBuildProjectName).Tests - - - +