|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net6.0</TargetFramework> |
5 | | - <LangVersion>8.0</LangVersion> |
6 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
| 5 | + <LangVersion>8.0</LangVersion> |
| 6 | + </PropertyGroup> |
7 | 7 |
|
8 | | - <PropertyGroup Condition=" '$(RunConfiguration)' == 'CodeExamples' " /> |
| 8 | + <PropertyGroup Condition=" '$(RunConfiguration)' == 'CodeExamples' " /> |
9 | 9 |
|
10 | | - |
11 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
12 | | - <OutputPath>bin\Debug\net6.0</OutputPath> |
13 | | - <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
14 | | - </PropertyGroup> |
15 | | - <ItemGroup> |
16 | | - <Compile Remove="Common\AuthCodeGrant.cs" /> |
17 | | - <Compile Remove="Common\JWTAuth.cs" /> |
18 | | - </ItemGroup> |
19 | | - |
20 | | - <ItemGroup> |
21 | | - <Content Remove="stylecop.json" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <AdditionalFiles Include="stylecop.json" /> |
26 | | - </ItemGroup> |
27 | | - |
28 | | - <ItemGroup> |
29 | | - <Compile Include="..\DSHelper.cs" Link="DSHelper.cs" /> |
30 | | - <Compile Include="..\ExamplesApiTypeExtensions.cs" Link="ExamplesApiTypeExtensions.cs" /> |
31 | | - <Compile Include="..\JWTAuth.cs" Link="JWTAuth.cs" /> |
32 | | - </ItemGroup> |
33 | 10 |
|
34 | | - <ItemGroup> |
35 | | - <None Include="..\.editorconfig" Link=".editorconfig" /> |
36 | | - </ItemGroup> |
| 11 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 12 | + <OutputPath>bin\Debug\net6.0</OutputPath> |
| 13 | + <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
| 14 | + </PropertyGroup> |
| 15 | + <ItemGroup> |
| 16 | + <Compile Remove="Common\AuthCodeGrant.cs" /> |
| 17 | + <Compile Remove="Common\JWTAuth.cs" /> |
| 18 | + </ItemGroup> |
37 | 19 |
|
38 | | - <ItemGroup> |
39 | | - <PackageReference Include="DocuSign.Admin" Version="1.4.0" /> |
40 | | - <PackageReference Include="DocuSign.Click" Version="1.2.2" /> |
41 | | - <PackageReference Include="DocuSign.eSign.dll" Version="6.6.0" /> |
42 | | - <PackageReference Include="DocuSign.Monitor" Version="1.1.1" /> |
43 | | - <PackageReference Include="DocuSign.Rooms" Version="1.3.0" /> |
44 | | - <PackageReference Include="DocuSign.Maestro" Version="1.0.0-rc7" /> |
45 | | - <PackageReference Include="Microsoft.AspNetCore.Session" Version="2.2.0" /> |
46 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0-preview1.19506.2" /> |
47 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0-preview1.19506.2"> |
48 | | - <PrivateAssets>all</PrivateAssets> |
49 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
50 | | - </PackageReference> |
51 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" /> |
52 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" /> |
53 | | - <PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" /> |
54 | | - </ItemGroup> |
| 20 | + <ItemGroup> |
| 21 | + <Content Remove="stylecop.json" /> |
| 22 | + </ItemGroup> |
55 | 23 |
|
56 | | - <ItemGroup> |
57 | | - <Content Update="eSignature\Views\SendBulkEnvelopes\Eg031.cshtml"> |
58 | | - <Pack>$(IncludeRazorContentInPack)</Pack> |
59 | | - </Content> |
60 | | - <Content Update="Views\Shared\_HomeLayout.cshtml"> |
61 | | - <Pack>$(IncludeRazorContentInPack)</Pack> |
62 | | - </Content> |
63 | | - <Content Update="Views\Shared\_Layout.cshtml"> |
64 | | - <Pack>$(IncludeRazorContentInPack)</Pack> |
65 | | - </Content> |
66 | | - </ItemGroup> |
| 24 | + <ItemGroup> |
| 25 | + <AdditionalFiles Include="stylecop.json" /> |
| 26 | + </ItemGroup> |
| 27 | + |
| 28 | + <ItemGroup> |
| 29 | + <Compile Include="..\DSHelper.cs" Link="DSHelper.cs" /> |
| 30 | + <Compile Include="..\ExamplesApiTypeExtensions.cs" Link="ExamplesApiTypeExtensions.cs" /> |
| 31 | + <Compile Include="..\JWTAuth.cs" Link="JWTAuth.cs" /> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | + <ItemGroup> |
| 35 | + <None Include="..\.editorconfig" Link=".editorconfig" /> |
| 36 | + </ItemGroup> |
| 37 | + |
| 38 | + <ItemGroup> |
| 39 | + <PackageReference Include="DocuSign.Admin" Version="1.4.0" /> |
| 40 | + <PackageReference Include="DocuSign.Click" Version="1.2.2" /> |
| 41 | + <PackageReference Include="DocuSign.eSign.dll" Version="6.6.0" /> |
| 42 | + <PackageReference Include="DocuSign.Monitor" Version="1.1.1" /> |
| 43 | + <PackageReference Include="DocuSign.Rooms" Version="1.3.0" /> |
| 44 | + <PackageReference Include="DocuSign.Maestro" Version="1.0.0-rc7" /> |
| 45 | + <PackageReference Include="Microsoft.AspNetCore.Session" Version="2.2.0" /> |
| 46 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0-preview1.19506.2" /> |
| 47 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0-preview1.19506.2"> |
| 48 | + <PrivateAssets>all</PrivateAssets> |
| 49 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 50 | + </PackageReference> |
| 51 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" /> |
| 52 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" /> |
| 53 | + <PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> |
| 54 | + <PrivateAssets>all</PrivateAssets> |
| 55 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 56 | + </PackageReference> |
| 57 | + <PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" /> |
| 58 | + </ItemGroup> |
| 59 | + |
| 60 | + <ItemGroup> |
| 61 | + <Content Update="eSignature\Views\SendBulkEnvelopes\Eg031.cshtml"> |
| 62 | + <Pack>$(IncludeRazorContentInPack)</Pack> |
| 63 | + </Content> |
| 64 | + <Content Update="Views\Shared\_HomeLayout.cshtml"> |
| 65 | + <Pack>$(IncludeRazorContentInPack)</Pack> |
| 66 | + </Content> |
| 67 | + <Content Update="Views\Shared\_Layout.cshtml"> |
| 68 | + <Pack>$(IncludeRazorContentInPack)</Pack> |
| 69 | + </Content> |
| 70 | + </ItemGroup> |
67 | 71 |
|
68 | 72 | </Project> |
0 commit comments