We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce93957 commit 8400861Copy full SHA for 8400861
Directory.Build.props
@@ -6,7 +6,8 @@
6
<Nullable>enable</Nullable>
7
<IsPackable>false</IsPackable>
8
<PackageVersion>0.1.0-preview</PackageVersion>
9
- <Copyright>Copyright (c) Anthropic and Contributors</Copyright>
+ <Authors>Microsoft</Authors>
10
+ <Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
11
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
12
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx</VSTestLogger>
13
<VSTestResultsDirectory>$(RepoRoot)/artifacts/TestResults</VSTestResultsDirectory>
0 commit comments