Skip to content

Commit 53dda81

Browse files
committed
chore: remove bom
1 parent 3bcd704 commit 53dda81

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

docs/guide/build-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Build Configuration
1+
# Build Configuration
22

33
Build and publish related options are configured in `.csproj` file via MSBuild properties.
44

docs/guide/llvm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NativeAOT-LLVM
1+
# NativeAOT-LLVM
22

33
Starting with v0.6.0 Bootsharp supports .NET's experimental [NativeAOT-LLVM](https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM) backend.
44

src/cs/Bootsharp.Common.Test/TypesTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using Bootsharp;
33

44
[assembly: JSExport(typeof(IBackend))]

src/cs/Bootsharp.Common/Bootsharp.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>

src/cs/Bootsharp.Generate.Test/EventTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Bootsharp.Generate.Test;
1+
namespace Bootsharp.Generate.Test;
22

33
public static class EventTest
44
{

src/cs/Bootsharp.Generate.Test/FunctionTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Bootsharp.Generate.Test;
1+
namespace Bootsharp.Generate.Test;
22

33
public static class FunctionTest
44
{

src/cs/Bootsharp.Generate/PartialClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.CodeAnalysis;
1+
using Microsoft.CodeAnalysis;
22
using Microsoft.CodeAnalysis.CSharp.Syntax;
33

44
namespace Bootsharp.Generate;

src/cs/Bootsharp.Inject/Bootsharp.Inject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>

src/cs/Bootsharp.Publish.Test/Emit/InterfacesTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Bootsharp.Publish.Test;
1+
namespace Bootsharp.Publish.Test;
22

33
public class InterfacesTest : EmitTest
44
{

src/cs/Bootsharp.Publish.Test/Emit/InteropTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Bootsharp.Publish.Test;
1+
namespace Bootsharp.Publish.Test;
22

33
public class InteropTest : EmitTest
44
{

0 commit comments

Comments
 (0)