File tree Expand file tree Collapse file tree
src/KristofferStrube.Blazor.FileAPI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public abstract class BaseJSWrapper : IAsyncDisposable
1212 /// Constructs a wrapper instance for an equivalent JS instance.
1313 /// </summary>
1414 /// <param name="jSRuntime">An <see cref="IJSRuntime"/> instance.</param>
15- /// <param name="jSReference">A JS reference to an existing JS instance that should be wrapped.. </param>
15+ /// <param name="jSReference">A JS reference to an existing JS instance that should be wrapped.</param>
1616 internal BaseJSWrapper ( IJSRuntime jSRuntime , IJSObjectReference jSReference )
1717 {
1818 helperTask = new ( ( ) => jSRuntime . GetHelperAsync ( ) ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <LangVersion >preview</LangVersion >
88 <Title >Blazor File API wrapper</Title >
99 <Description >File API wrapper implementation for Blazor.</Description >
1010 <PackageId >KristofferStrube.Blazor.FileAPI</PackageId >
11- <PackageTags >Blazor;Wasm;Wrapper;FileAPI;File;Blob;FileReader;; URL;FileSystem;JSInterop;</PackageTags >
11+ <PackageTags >Blazor;Wasm;Wrapper;FileAPI;File;Blob;FileReader;URL;FileSystem;JSInterop;</PackageTags >
1212 <RepositoryUrl >https://github.com/KristofferStrube/Blazor.FileAPI</RepositoryUrl >
1313 <RepositoryType >git</RepositoryType >
1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments