We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270ba8f commit 866eb79Copy full SHA for 866eb79
Directory.Build.props
@@ -16,7 +16,7 @@
16
<RepositoryType>Git</RepositoryType>
17
<SignAssembly>true</SignAssembly>
18
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Microsoft.Windows.TaskScheduler.pfx</AssemblyOriginatorKeyFile>
19
- <Version>2.9.2</Version>
+ <Version>2.9.3</Version>
20
<NoWarn>$(NoWarn);NETSDK1138;SYSLIB0003;SYSLIB0004;SYSLIB0011</NoWarn>
21
</PropertyGroup>
22
<PropertyGroup Condition="'$(Configuration)'=='Release'">
VBTestTaskService/VBTestTaskService.vbproj
@@ -1,6 +1,6 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <Version>2.9.0</Version>
4
<OutputType>WinExe</OutputType>
5
<StartupObject>VBTestTaskService.Module1</StartupObject>
6
<MyType>WindowsFormsWithCustomSubMain</MyType>
0 commit comments