We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba308c commit 3483ee9Copy full SHA for 3483ee9
BasicRumiToGregorianConverter/Application/Converter.cs
@@ -1,4 +1,5 @@
1
using BasicRumiToGregorianConverter.Exceptions;
2
+using BasicRumiToGregorianConverter.Model;
3
4
namespace Tirnavali.BasicRumiToGregorianConverter.Application
5
{
BasicRumiToGregorianConverter/BasicRumiToGregorianConverter.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
+ <OutputType>library</OutputType>
<TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
BasicRumiToGregorianConverter/Program.cs
0 commit comments