11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0</TargetFrameworks >
5- <!-- TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks-->
6- <LangVersion >latest</LangVersion >
4+ <TargetFrameworks >net6.0;net8.0</TargetFrameworks >
5+ <LangVersion >12.0</LangVersion >
76 <Nullable >enable</Nullable >
87 <NeutralLanguage >en-US</NeutralLanguage >
98 <IsPackable >true</IsPackable >
2625 <PackageIcon >package-icon.png</PackageIcon >
2726 <PackageReadmeFile >README.md</PackageReadmeFile >
2827 <PackageLicenseExpression >MIT</PackageLicenseExpression >
29- <PackageIconUrl >https://raw.githubusercontent.com/sql-bi/DaxTemplate/main/src/package-icon.png</PackageIconUrl >
3028 <PackageProjectUrl >https://github.com/sql-bi/DaxTemplate</PackageProjectUrl >
3129 <RepositoryUrl >https://github.com/sql-bi/DaxTemplate</RepositoryUrl >
30+ <RepositoryType >git</RepositoryType >
31+ <RepositoryBranch >main</RepositoryBranch >
3232 <PublishRepositoryUrl >true</PublishRepositoryUrl >
3333 <EmbedUntrackedSources >true</EmbedUntrackedSources >
34- <DebugSymbols >true</DebugSymbols >
3534 <DebugType >embedded</DebugType >
36- <IncludeSymbols >false</IncludeSymbols >
37- <Deterministic >true</Deterministic >
35+ </PropertyGroup >
36+
37+ <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
3838 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
3939 </PropertyGroup >
40-
40+
4141 <ItemGroup >
4242 <None Include =" ..\..\LICENSE.md" Pack =" true" PackagePath =" \" />
4343 <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
4444 <None Include =" ..\..\package-icon.png" Pack =" true" PackagePath =" \" />
4545 </ItemGroup >
46-
46+
4747 <ItemGroup >
48- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
49- <PrivateAssets >all</PrivateAssets >
50- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
51- </PackageReference >
52- <PackageReference Include =" Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64" Version =" 19.77.0" />
53- <PackageReference Include =" Microsoft.AnalysisServices.NetCore.retail.amd64" Version =" 19.77.0" />
48+ <PackageReference Include =" Microsoft.AnalysisServices.AdomdClient" Version =" 19.86.6" />
49+ <PackageReference Include =" Microsoft.AnalysisServices" Version =" 19.86.6" />
5450 </ItemGroup >
5551
5652 <PropertyGroup >
5753 <DefineConstants >$(AdditionalConstants)</DefineConstants >
5854 </PropertyGroup >
5955
60- <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
61- <AssemblyTitle >Dax.Template .NET Standard 2.0</AssemblyTitle >
62- </PropertyGroup >
63- <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
64- <AssemblyTitle >Dax.Template .NET 6.0</AssemblyTitle >
65- </PropertyGroup >
66-
6756</Project >
0 commit comments