-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScenario.Core.nuspec
More file actions
22 lines (22 loc) · 879 Bytes
/
Copy pathScenario.Core.nuspec
File metadata and controls
22 lines (22 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Scenario</id>
<version>0.0.11</version>
<authors>Damir Shakenov</authors>
<owners>Damir Shakenov</owners>
<licenseUrl>https://github.com/shakenovdev</licenseUrl>
<projectUrl>https://github.com/shakenovdev</projectUrl>
<iconUrl>https://image.flaticon.com/teams/slug/google.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>UI for test automation</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>ASP.NET Test Automation</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Microsoft.EntityFrameworkCore.Proxies" version="2.2.4" />
<dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="2.2.3" />
</dependencies>
</metadata>
</package>