-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set DotNetFinalVersionKind to release (#165)
- Loading branch information
1 parent
094adba
commit 3f9e53c
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel> | ||
<PreReleaseVersionIteration></PreReleaseVersionIteration> | ||
<!-- Enables removing prerelease labels. --> | ||
<DotNetFinalVersionKind>release</DotNetFinalVersionKind> | ||
<!-- Opt-out repo features --> | ||
<UseVSTestRunner>true</UseVSTestRunner> | ||
<UsingToolXliff>false</UsingToolXliff> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<!-- Arcade dependencies --> | ||
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.24525.2</MicrosoftDotNetRemoteExecutorVersion> | ||
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24525.2</MicrosoftDotNetXUnitExtensionsVersion> | ||
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>8.0.0-beta.24525.2</MicrosoftDotNetBuildTasksTargetFrameworkVersion> | ||
</PropertyGroup> | ||
|
||
</Project> |