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') " />
4- < Import Project = " ..\..\sign.thirdparty.props " />
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+
3+ <Import Project =" ..\..\SdkProjects. props" />
4+
55 <PropertyGroup >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{6262F4FC-29BE-4226-B676-DB391C89D396}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >NuGet.Services.Entities</RootNamespace >
12- <AssemblyName >NuGet.Services.Entities</AssemblyName >
13- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <Deterministic >true</Deterministic >
6+ <TargetFrameworks >net472;netstandard2.1</TargetFrameworks >
7+ <Description >Entities used for NuGet services</Description >
168 </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <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- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <DebugType >pdbonly</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- </PropertyGroup >
34- <PropertyGroup >
35- <PackageId Condition =" '$(PackageId)' == ''" >$(MSBuildProjectName)</PackageId >
36- <Authors >.NET Foundation</Authors >
37- <PackageLicenseUrl >https://github.com/NuGet/ServerCommon/blob/master/License.md</PackageLicenseUrl >
38- <PackageProjectUrl >https://github.com/NuGet/ServerCommon</PackageProjectUrl >
39- <Copyright >© .NET Foundation. All rights reserved.</Copyright >
40- <IncludeSymbols Condition =" '$(IncludeSymbols)' == ''" >true</IncludeSymbols >
41- <NoPackageAnalysis Condition =" '$(NoPackageAnalysis)' == ''" >true</NoPackageAnalysis >
42- </PropertyGroup >
43- <ItemGroup >
44- <Reference Include =" System" />
45- <Reference Include =" System.ComponentModel.DataAnnotations" />
46- <Reference Include =" System.Core" />
47- <Reference Include =" Microsoft.CSharp" />
48- </ItemGroup >
49- <ItemGroup >
50- <Compile Include =" AccountDelete.cs" />
51- <Compile Include =" EmbeddedReadmeFileType.cs" />
52- <Compile Include =" CredentialRevocationSource.cs" />
53- <Compile Include =" Certificate.cs" />
54- <Compile Include =" Constants.cs" />
55- <Compile Include =" Credential.cs" />
56- <Compile Include =" EmailMessage.cs" />
57- <Compile Include =" EmbeddedLicenseFileType.cs" />
58- <Compile Include =" EntityException.cs" />
59- <Compile Include =" Extensions\PackageExtensions.cs" />
60- <Compile Include =" Extensions\PackageRegistrationExtensions.cs" />
61- <Compile Include =" Extensions\RoleExtensions.cs" />
62- <Compile Include =" IEntity.cs" />
63- <Compile Include =" IPackageEntity.cs" />
64- <Compile Include =" Membership.cs" />
65- <Compile Include =" MembershipRequest.cs" />
66- <Compile Include =" Organization.cs" />
67- <Compile Include =" OrganizationMigrationRequest.cs" />
68- <Compile Include =" Package.cs" />
69- <Compile Include =" PackageAuthor.cs" />
70- <Compile Include =" PackageDelete.cs" />
71- <Compile Include =" PackageDependency.cs" />
72- <Compile Include =" PackageDeprecation.cs" />
73- <Compile Include =" PackageDeprecationStatus.cs" />
74- <Compile Include =" PackageEditReadMeState.cs" />
75- <Compile Include =" PackageFramework.cs" />
76- <Compile Include =" PackageHistory.cs" />
77- <Compile Include =" PackageLicense.cs" />
78- <Compile Include =" PackageLicenseReport.cs" />
79- <Compile Include =" PackageOwnerRequest.cs" />
80- <Compile Include =" PackageRegistration.cs" />
81- <Compile Include =" PackageRename.cs" />
82- <Compile Include =" PackageStatus.cs" />
83- <Compile Include =" PackageType.cs" />
84- <Compile Include =" PackageVulnerability.cs" />
85- <Compile Include =" PackageVulnerabilitySeverity.cs" />
86- <Compile Include =" Properties\AssemblyInfo.cs" />
87- <Compile Include =" Properties\AssemblyInfo.*.cs" />
88- <Compile Include =" ReservedNamespace.cs" />
89- <Compile Include =" Role.cs" />
90- <Compile Include =" Scope.cs" />
91- <Compile Include =" Strings.Designer.cs" >
92- <AutoGen >True</AutoGen >
93- <DesignTime >True</DesignTime >
94- <DependentUpon >Strings.resx</DependentUpon >
95- </Compile >
96- <Compile Include =" SymbolPackage.cs" />
97- <Compile Include =" User.cs" />
98- <Compile Include =" UserCertificate.cs" />
99- <Compile Include =" UserSecurityPolicy.cs" />
100- <Compile Include =" VulnerablePackageVersionRange.cs" />
101- </ItemGroup >
9+
10210 <ItemGroup >
10311 <PackageReference Include =" EntityFramework" >
10412 <Version >6.4.0-preview3-19553-01</Version >
10513 </PackageReference >
106- <PackageReference Include =" MicroBuild.Core" >
107- <Version >0.3.0</Version >
108- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
109- <PrivateAssets >all</PrivateAssets >
110- </PackageReference >
11114 <PackageReference Include =" Newtonsoft.Json" >
112- <Version >10.0.2</Version >
113- </PackageReference >
114- <PackageReference Include =" NuGet.Build.Tasks.Pack" >
115- <Version >4.8.0</Version >
116- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
117- <PrivateAssets >all</PrivateAssets >
15+ <Version >10.0.3</Version >
11816 </PackageReference >
11917 <PackageReference Include =" NuGet.Frameworks" >
120- <Version >4 .8.0</Version >
18+ <Version >5 .8.0-preview.3.6823 </Version >
12119 </PackageReference >
12220 </ItemGroup >
21+
12322 <ItemGroup >
124- <EmbeddedResource Include =" Strings.resx" >
23+ <Compile Update =" Strings.Designer.cs" >
24+ <DesignTime >True</DesignTime >
25+ <AutoGen >True</AutoGen >
26+ <DependentUpon >Strings.resx</DependentUpon >
27+ </Compile >
28+ </ItemGroup >
29+
30+ <ItemGroup >
31+ <EmbeddedResource Update =" Strings.resx" >
12532 <Generator >ResXFileCodeGenerator</Generator >
12633 <LastGenOutput >Strings.Designer.cs</LastGenOutput >
12734 </EmbeddedResource >
12835 </ItemGroup >
129- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130- <PropertyGroup >
131- <SignPath >..\..\build</SignPath >
132- <SignPath Condition =" '$(BUILD_SOURCESDIRECTORY)' != ''" >$(BUILD_SOURCESDIRECTORY)\build</SignPath >
133- <SignPath Condition =" '$(NuGetBuildPath)' != ''" >$(NuGetBuildPath)</SignPath >
134- <SignType Condition =" '$(SignType)' == ''" >none</SignType >
135- </PropertyGroup >
136- <Import Project =" $(SignPath)\sign.targets" Condition =" Exists('$(SignPath)\sign.targets')" />
137- <Import Project =" $(SignPath)\sign.microbuild.targets" Condition =" Exists('$(SignPath)\sign.microbuild.targets')" />
138- </Project >
36+
37+ </Project >
0 commit comments