File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
+ <Title >Pose</Title >
4
+ <Description >A lightweight unconstrained isolation framework for .NET Standard</Description >
5
+ <VersionPrefix >1.0.0</VersionPrefix >
3
6
<TargetFramework >netstandard2.0</TargetFramework >
7
+ <DebugType >portable</DebugType >
8
+ <AssemblyName >Pose</AssemblyName >
9
+ <PackageId >Pose</PackageId >
10
+ <PackageTags >pose;mocking;testing;unit-test;isolation-framework;test-framework</PackageTags >
11
+ <PackageProjectUrl >https://github.com/tonerdo/pose</PackageProjectUrl >
12
+ <PackageLicenseUrl >https://github.com/tonerdo/pose/blob/master/LICENSE</PackageLicenseUrl >
13
+ <RepositoryType >git</RepositoryType >
14
+ <RepositoryUrl >https://github.com/tonerdo/pose</RepositoryUrl >
4
15
</PropertyGroup >
5
16
<ItemGroup >
6
17
<PackageReference Include =" Mono.Reflection" Version =" 1.1.0.0" />
You can’t perform that action at this time.
0 commit comments