-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
18 lines (18 loc) · 1009 Bytes
/
Directory.Packages.props
File metadata and controls
18 lines (18 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
</PropertyGroup>
<ItemGroup>
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version -->
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.36.0]" />
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.36.0]" />
<PackageVersion Include="FSharp.Core" Version="[10.0.101]" />
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.10.101]" />
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.3.1" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.39" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageVersion Include="NUnit" Version="4.4.0" />
</ItemGroup>
</Project>