|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>net472</TargetFrameworks> |
5 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
6 | | - <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> |
7 | | - <Authors>Mauro Sampietro</Authors> |
8 | | - <Copyright>2020</Copyright> |
9 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net47</TargetFrameworks> |
| 5 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 6 | + <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType> |
| 7 | + <Authors>Mauro Sampietro</Authors> |
| 8 | + <Copyright>2021</Copyright> |
| 9 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
10 | 10 | <langversion>latest</langversion> |
11 | | - </PropertyGroup> |
| 11 | + </PropertyGroup> |
12 | 12 |
|
13 | | - <ItemGroup> |
14 | | - <Compile Remove="ParsedParamToObject.cs" /> |
15 | | - </ItemGroup> |
| 13 | + <ItemGroup> |
| 14 | + <Compile Remove="ParsedParamToObject.cs" /> |
| 15 | + </ItemGroup> |
16 | 16 |
|
17 | | - <ItemGroup> |
18 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" /> |
19 | | - <PackageReference Include="MSTest.TestAdapter" Version="2.2.1" /> |
20 | | - <PackageReference Include="MSTest.TestFramework" Version="2.2.1" /> |
21 | | - </ItemGroup> |
| 17 | + <ItemGroup> |
| 18 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" /> |
| 19 | + <PackageReference Include="MSTest.TestAdapter" Version="2.2.3" /> |
| 20 | + <PackageReference Include="MSTest.TestFramework" Version="2.2.3" /> |
| 21 | + </ItemGroup> |
22 | 22 |
|
23 | | - <ItemGroup> |
24 | | - <ProjectReference Include="..\UltraMapper.CommandLine\UltraMapper.CommandLine.csproj" /> |
25 | | - </ItemGroup> |
| 23 | + <ItemGroup> |
| 24 | + <ProjectReference Include="..\UltraMapper.CommandLine\UltraMapper.CommandLine.csproj" /> |
| 25 | + </ItemGroup> |
26 | 26 |
|
27 | 27 | </Project> |
0 commit comments