22 <PropertyGroup >
33 <TargetFrameworks >net462;net8</TargetFrameworks >
44 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
5+ <UseDataverseSdk >true</UseDataverseSdk >
56 <PackageId >XrmPluginCore</PackageId >
67 <Title >XrmPluginCore</Title >
7- <Company >Context& A/S</Company >
8- <Copyright >©2025 Context& A/S</Copyright >
9- <Authors >Context& </Authors >
108 <Description >XrmPluginCore provides base functionality for developing plugins and custom APIs in Dynamics 365. It includes context wrappers and registration utilities to streamline the development process.</Description >
119 <PackageProjectUrl >https://github.com/delegateas/XrmPluginCore</PackageProjectUrl >
12- <PackageReadmeFile >README.md</PackageReadmeFile >
13- <RepositoryUrl >https://github.com/delegateas/XrmPluginCore</RepositoryUrl >
14- <RepositoryType >git</RepositoryType >
1510 <PackageTags >xrm,crm,dataverse,daxif,delegate,context& ,contextand,xrmmockup,xrmsync</PackageTags >
16- <PackageLicenseFile >LICENSE</PackageLicenseFile >
1711 <IncludeSymbols >True</IncludeSymbols >
1812 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
19- <PackageIcon >contextand.png</PackageIcon >
20- <SignAssembly >True</SignAssembly >
21- <AssemblyOriginatorKeyFile >../resources/delegate.snk</AssemblyOriginatorKeyFile >
22- <Version >1.0.0-local</Version >
2313 </PropertyGroup >
2414 <ItemGroup >
2515 <None Include =" ..\LICENSE" >
3525 <PackagePath >\</PackagePath >
3626 </None >
3727 </ItemGroup >
38- <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
39- <PackageReference Include =" Microsoft.CrmSdk.CoreAssemblies" Version =" 9.0.2.59" />
40- </ItemGroup >
41- <ItemGroup Condition =" '$(TargetFramework)' != 'net462'" >
42- <PackageReference Include =" Microsoft.PowerPlatform.Dataverse.Client" Version =" 1.2.3" />
43- </ItemGroup >
4428 <ItemGroup >
4529 <Folder Include =" Properties\" />
4630 </ItemGroup >
6044 Visible =" false"
6145 Link =" analyzers\dotnet\cs\XrmPluginCore.SourceGenerator.dll" />
6246 </ItemGroup >
63- </Project >
47+ </Project >
0 commit comments