1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{A9745E2F-F26C-4071-8461-1E381E0A654C}</ProjectGuid >
8
4
<OutputType >Exe</OutputType >
9
- <RootNamespace >CompatibilityCheckerCLI</RootNamespace >
10
- <AssemblyName >CompatibilityCheckerCLI</AssemblyName >
11
- <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
- <Deterministic >true</Deterministic >
5
+ <TargetFrameworks >netcoreapp3.1;net48</TargetFrameworks >
6
+ <RuntimeIdentifiers >win-x64;linux-x64</RuntimeIdentifiers >
7
+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
8
+ <ApplicationIcon />
9
+ <StartupObject />
10
+ <LangVersion >latest</LangVersion >
11
+ <Version >0.0.5</Version >
15
12
</PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <PlatformTarget >AnyCPU</PlatformTarget >
13
+
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
15
+ <DebugType >portable</DebugType >
18
16
<DebugSymbols >true</DebugSymbols >
19
- <DebugType >full</DebugType >
20
- <Optimize >false</Optimize >
21
- <OutputPath >bin\Debug\</OutputPath >
22
- <DefineConstants >DEBUG;TRACE</DefineConstants >
23
- <ErrorReport >prompt</ErrorReport >
24
- <WarningLevel >4</WarningLevel >
25
17
</PropertyGroup >
26
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
- <PlatformTarget >AnyCPU</PlatformTarget >
28
- <DebugType >pdbonly</DebugType >
29
- <Optimize >true</Optimize >
30
- <OutputPath >bin\Release\</OutputPath >
31
- <DefineConstants >TRACE</DefineConstants >
32
- <ErrorReport >prompt</ErrorReport >
33
- <WarningLevel >4</WarningLevel >
34
- </PropertyGroup >
35
- <ItemGroup >
36
- <Reference Include =" System" />
37
- <Reference Include =" System.Core" />
38
- <Reference Include =" Microsoft.CSharp" />
39
- <Reference Include =" System.Data" />
40
- </ItemGroup >
41
- <ItemGroup >
42
- <Compile Include =" ..\CompatibilityCheckerCoreCLI\Program.cs" />
43
- <Compile Include =" Properties\AssemblyInfo.cs" />
44
- </ItemGroup >
45
- <ItemGroup >
46
- <None Include =" App.config" />
47
- </ItemGroup >
18
+
48
19
<ItemGroup >
49
- <ProjectReference Include =" ..\CompatibilityChecker\CompatibilityChecker.csproj" >
50
- <Project >{9a4be2ce-277f-41c5-ab31-e5c6ecfd0eeb}</Project >
51
- <Name >CompatibilityChecker</Name >
52
- </ProjectReference >
20
+ <PackageReference Include =" CommandLineParser" Version =" 2.5.0" />
21
+ <PackageReference Include =" System.Reflection.Metadata" Version =" 1.6.0" />
53
22
</ItemGroup >
23
+
54
24
<ItemGroup >
55
- <PackageReference Include =" CommandLineParser" >
56
- <Version >2.5.0</Version >
57
- </PackageReference >
58
- <PackageReference Include =" System.Reflection.Metadata" >
59
- <Version >1.6.0</Version >
60
- </PackageReference >
25
+ <ProjectReference Include =" ..\CompatibilityChecker\CompatibilityChecker.csproj" />
61
26
</ItemGroup >
62
- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
63
- </Project >
27
+
28
+ </Project >
0 commit comments