加入專案檔案。
This commit is contained in:
10
CoreProfilerExample.Common/Constants/WeatherConstant.cs
Normal file
10
CoreProfilerExample.Common/Constants/WeatherConstant.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CoreProfilerExample.Common.Constants
|
||||
{
|
||||
public static class WeatherConstant
|
||||
{
|
||||
public readonly static string[] WeatherSummaries =
|
||||
[
|
||||
"Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"
|
||||
];
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user