Skip to content

Commit

Permalink
feat: use custom assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Jan 24, 2024
1 parent f45c989 commit 6c7b37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebApp/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="stylesheet" href="leaflet/MarkerCluster.Default.css"/>
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css"/>
<link href="css/site.css" rel="stylesheet"/>
<link href="WebApp.styles.css" rel="stylesheet"/>
<link href="ThisIsYourLife.styles.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<AssemblyName>ThisIsYourLife</AssemblyName>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<NoWarn>NU1603</NoWarn>
<ContainerRepository>mu88/thisisyourlife</ContainerRepository>
Expand Down

0 comments on commit 6c7b37c

Please sign in to comment.