mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
Fixes
This commit is contained in:
parent
a7f3c71960
commit
ede2441008
@ -23,7 +23,12 @@ namespace CapnpC.CSharp.MsBuild.Generation.Tests
|
||||
|
||||
public string GetMetadata(string metadataName)
|
||||
{
|
||||
return null;
|
||||
if (metadataName == "FullPath")
|
||||
{
|
||||
return ItemSpec;
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public void RemoveMetadata(string metadataName)
|
||||
|
@ -26,7 +26,6 @@
|
||||
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK.Tools" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Threading" />
|
||||
<PackageReference Include="Microsoft.Xaml" />
|
||||
<PackageReference Include="System.Collections.Immutable" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user