forked from bitfoundation/bitplatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBit.BlazorES2019.targets
More file actions
16 lines (16 loc) · 1.21 KB
/
Bit.BlazorES2019.targets
File metadata and controls
16 lines (16 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<ItemGroup>
<Content Remove="$(NuGetPackageRoot)/bit.blazores2019/10.4.3-pre-01/contentFiles/any/net9.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net9.0'))" />
<Content Include="$(NuGetPackageRoot)/bit.blazores2019/10.4.3-pre-01/contentFiles/any/net9.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net9.0'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<Link>wwwroot\_framework\%(Filename)%(Extension)</Link>
</Content>
<Content Remove="$(NuGetPackageRoot)/bit.blazores2019/10.4.3-pre-01/contentFiles/any/net10.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net10.0'))" />
<Content Include="$(NuGetPackageRoot)/bit.blazores2019/10.4.3-pre-01/contentFiles/any/net10.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net10.0'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<Link>wwwroot\_framework\%(Filename)%(Extension)</Link>
</Content>
</ItemGroup>
</Project>