File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -247,3 +247,6 @@ launchSettings.json
247247.idea /
248248
249249TestResults.xml
250+
251+ # MSBuild binary logs
252+ * .binlog
Original file line number Diff line number Diff line change 1+ ### New in 2.1.1
2+
3+ * Fix FSharp.Core dependency not being specified in the NuGet package for ` net5.0 ` target but the dll being built
4+ against 8.0.0 anyway.
5+
16### New in 2.1.0
27
38* Synchronize with the latest FSharp.Core version and support the ` %B ` format specifier
Original file line number Diff line number Diff line change 2424 <ItemGroup >
2525 <PackageReference Include =" FSharp.Core" Version =" 4.5.0" Condition =" '$(TargetFramework)' == 'net461'" />
2626 <PackageReference Include =" FSharp.Core" Version =" 4.5.0" Condition =" '$(TargetFramework)' == 'netstandard2.0'" />
27+ <PackageReference Include =" FSharp.Core" Version =" 4.5.0" Condition =" '$(TargetFramework)' == 'net5.0'" />
2728 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2829 </ItemGroup >
2930</Project >
You can’t perform that action at this time.
0 commit comments