Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2020-12-07 23:05:27 +0300
committerGitHub <noreply@github.com>2020-12-07 23:05:27 +0300
commitf037d9ea4ad13449a3436ea8b490e7fec17835ed (patch)
tree239bdbeca0043e2da8024492bc4181b04ea4d0f7 /src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop
parent15c62720cacffd814257ff8966eaca8268c3ed59 (diff)
Update prefix of packages and published assemblies (dotnet/runtimelab#423)
* Prefix all packages and and published assemblies with "Microsoft.Interop.*" Commit migrated from https://github.com/dotnet/runtimelab/commit/e87c78ea898614339f7f043791f1af07d1abf785
Diffstat (limited to 'src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop')
-rw-r--r--src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj b/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
index 642e04fe9e5..e2234522094 100644
--- a/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
+++ b/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
+ <AssemblyName>Microsoft.Interop.Ancillary</AssemblyName>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<RootNamespace>System.Runtime.InteropServices</RootNamespace>