1616 <Title >Blazor Intersection Observer</Title >
1717 <Description >Intersection Observer API for Blazor applications</Description >
1818 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
19- <Version >1.0 .0</Version >
19+ <Version >1.1 .0</Version >
2020 <Product >BlazorIntersectionObserver</Product >
2121 <PackageReleaseNotes >06/12/2020
2222- Updated project to use dotnet 5</PackageReleaseNotes >
5858 </ItemGroup >
5959
6060 <ItemGroup >
61- <Folder Include =" wwwroot\" />
61+ <Content Remove =" package-lock.json" />
62+ <Content Remove =" package.json" />
63+ <Content Remove =" Properties\launchSettings.json" />
64+ <Content Remove =" tsconfig.json" />
6265 </ItemGroup >
6366
6467 <ItemGroup >
65- <Content Update =" package-lock.json" >
66- <CopyToOutputDirectory >Never</CopyToOutputDirectory >
67- </Content >
68- <Content Update =" package.json" >
69- <CopyToOutputDirectory >Never</CopyToOutputDirectory >
70- </Content >
71- <Content Update =" tsconfig.json" >
72- <CopyToOutputDirectory >Never</CopyToOutputDirectory >
73- </Content >
68+ <Folder Include =" wwwroot\" />
7469 </ItemGroup >
7570
7671 <ItemGroup >
8479 <Pack >True</Pack >
8580 <PackagePath ></PackagePath >
8681 </None >
82+ <None Include =" package-lock.json" >
83+ <CopyToOutputDirectory >Never</CopyToOutputDirectory >
84+ </None >
85+ <None Include =" package.json" >
86+ <CopyToOutputDirectory >Never</CopyToOutputDirectory >
87+ </None >
88+ <None Include =" Properties\launchSettings.json" />
89+ <None Include =" tsconfig.json" >
90+ <CopyToOutputDirectory >Never</CopyToOutputDirectory >
91+ </None >
8792 </ItemGroup >
8893</Project >
0 commit comments