forked from scriptcs/scriptcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.config
More file actions
12 lines (12 loc) · 755 Bytes
/
packages.config
File metadata and controls
12 lines (12 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoFixture" version="3.18.8" targetFramework="net45" />
<package id="AutoFixture.AutoMoq" version="3.18.8" targetFramework="net45" />
<package id="AutoFixture.Xunit" version="3.18.8" targetFramework="net45" />
<package id="Common.Logging" version="2.1.2" targetFramework="net45" />
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
<package id="Should" version="1.1.20" targetFramework="net45" />
<package id="StyleCop.MSBuild" version="4.7.49.0" targetFramework="net45" developmentDependency="true" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />
</packages>