Skip to content

Commit 625734f

Browse files
Minor changes to config and punctuation.
1 parent 9f19d8b commit 625734f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/KristofferStrube.Blazor.FileAPI/BaseJSWrapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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());

src/KristofferStrube.Blazor.FileAPI/KristofferStrube.Blazor.FileAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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>

0 commit comments

Comments
 (0)