mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-01-31 21:26:42 +00:00
9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
<NoBuild>true</NoBuild>
|
||
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||
|
<NuspecFile>DataExplorer.nuspec</NuspecFile>
|
||
|
<NuspecProperties>version=$(PackageVersion)</NuspecProperties>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|