-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.props
30 lines (27 loc) · 977 Bytes
/
dependencies.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project>
<PropertyGroup Label="SDK Versions">
<NetStandardTargetVersion>netstandard2.1</NetStandardTargetVersion>
<NetCoreTargetVersion>netcoreapp3.1</NetCoreTargetVersion>
<NetTestSdk>16.4.0</NetTestSdk>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Label="Package Information">
<Authors>Diego Martin</Authors>
<Company>Sunny Attic Software</Company>
<Web>https://sunnyatticsoftware.com</Web>
<PackageTags>SunnyAtticSoftware;Excel;Csv;Converter</PackageTags>
<License>MIT</License>
<Language>en</Language>
<PackageVersion>0.1.0</PackageVersion>
</PropertyGroup>
<PropertyGroup Label="Package Versions">
<Moq>4.13.1</Moq>
<FluentAssertions>5.9.0</FluentAssertions>
<XUnit>2.4.1</XUnit>
<XUnitRunnerVisualStudio>2.4.1</XUnitRunnerVisualStudio>
<CoverletCollector>1.1.0</CoverletCollector>
</PropertyGroup>
<PropertyGroup Label="Sasw Versions">
<SaswTestSupport>1.0.1</SaswTestSupport>
</PropertyGroup>
</Project>