-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackages.config
More file actions
19 lines (17 loc) · 824 Bytes
/
packages.config
File metadata and controls
19 lines (17 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.32.1" />
<package id="Cake.Unity" version="0.5.2" />
<package id="GitVersion" version="3.6.5" />
<package id="GitVersion.CommandLine" version="3.6.5" />
<package id="NuGet.CommandLine" version="4.9.2" />
<!-- Choose the most suitable for your project type. -->
<package id="xunit.runners" version="1.9.2"/>
<package id="xunit.runner.console" version="2.2.0"/>
<package id="NUnit.ConsoleRunner" version="3.6.1"/>
<package id="NUnit.Runners" version="2.6.4"/>
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.5.0"/>
<package id="AutoCake.Build" version="2.2.0"/>
<package id="AutoCake.Unity" version="2.2.0"/>
<package id="AutoCake.Release" version="2.2.0"/>
</packages>